Searched refs:pDict (Results 1 – 3 of 3) sorted by relevance
298 PyObject* pDict = PyModule_GetDict(pModule); in getPythonJSON() local299 Py_INCREF(pDict); in getPythonJSON()300 if (!PyDict_Contains(pDict, pKey)) in getPythonJSON()302 Py_DECREF(pDict); in getPythonJSON()310 PyObject* pFunc = PyDict_GetItemString(pDict, funcToCall.c_str()); in getPythonJSON()311 Py_DECREF(pDict); in getPythonJSON()
166 PyObject* pDict = PyModule_GetDict(pModule); in getPythonJSON() local167 Py_INCREF(pDict); in getPythonJSON()168 if (!PyDict_Contains(pDict, pKey)) in getPythonJSON()170 Py_DECREF(pDict); in getPythonJSON()176 PyObject* pFunc = PyDict_GetItemString(pDict, funcToCall.c_str()); in getPythonJSON()177 Py_DECREF(pDict); in getPythonJSON()
250 PyObject* pDict = PyModule_GetDict(pModule); in getPlugins() local252 PyObject* pResult = PyDict_GetItemString(pDict, "path"); in getPlugins()