Searched refs:pStr (Results 1 – 2 of 2) sorted by relevance
269 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() local271 if (pStr) in getPythonJSON()273 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()274 Py_XDECREF(pStr); in getPythonJSON()367 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() local369 if (pStr) in getPythonJSON()371 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()372 Py_XDECREF(pStr); in getPythonJSON()
137 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() local139 if (pStr) in getPythonJSON()141 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()142 Py_XDECREF(pStr); in getPythonJSON()229 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() local231 if (pStr) in getPythonJSON()233 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()234 Py_XDECREF(pStr); in getPythonJSON()