Home
last modified time | relevance | path

Searched refs:pBytes (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp333 PyObject* pBytes = in getPythonJSON() local
336 pBytes, &pyDecRef); in getPythonJSON()
337 const char* output = PyBytes_AS_STRING(pBytes); in getPythonJSON()
H A Dsrc.cpp199 PyObject* pBytes = in getPythonJSON() local
202 pBytes, &pyDecRef); in getPythonJSON()
203 const char* output = PyBytes_AS_STRING(pBytes); in getPythonJSON()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp260 PyObject* pBytes = PyUnicode_AsEncodedString(item, "utf-8", "~E~"); in getPlugins() local
261 const char* output = PyBytes_AS_STRING(pBytes); in getPlugins()
262 Py_XDECREF(pBytes); in getPlugins()