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.cpp269 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() local
271 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() local
369 if (pStr) in getPythonJSON()
371 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()
372 Py_XDECREF(pStr); in getPythonJSON()
H A Dsrc.cpp137 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() local
139 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() local
231 if (pStr) in getPythonJSON()
233 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()
234 Py_XDECREF(pStr); in getPythonJSON()