Searched refs:pStr (Results 1 – 2 of 2) sorted by relevance
282 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() local284 if (pStr) in getPythonJSON()286 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()287 Py_XDECREF(pStr); in getPythonJSON()373 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() local375 if (pStr) in getPythonJSON()377 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()378 Py_XDECREF(pStr); in getPythonJSON()
150 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() local152 if (pStr) in getPythonJSON()154 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()155 Py_XDECREF(pStr); in getPythonJSON()236 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() local238 if (pStr) in getPythonJSON()240 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()241 Py_XDECREF(pStr); in getPythonJSON()