Home
last modified time | relevance | path

Searched refs:pStr (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp282 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() local
284 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() local
375 if (pStr) in getPythonJSON()
377 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()
378 Py_XDECREF(pStr); in getPythonJSON()
H A Dsrc.cpp150 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() local
152 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() local
238 if (pStr) in getPythonJSON()
240 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()
241 Py_XDECREF(pStr); in getPythonJSON()