Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp247 PyObject *pName, *pModule, *eType, *eValue, *eTraceback, *pKey; in getPythonJSON() local
258 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
267 if (eValue) in getPythonJSON()
269 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON()
270 Py_XDECREF(eValue); in getPythonJSON()
356 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
365 if (eValue) in getPythonJSON()
367 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON()
368 Py_XDECREF(eValue); in getPythonJSON()
H A Dsrc.cpp116 PyObject *pName, *pModule, *eType, *eValue, *eTraceback; in getPythonJSON() local
126 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
135 if (eValue) in getPythonJSON()
137 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON()
138 Py_XDECREF(eValue); in getPythonJSON()
218 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
227 if (eValue) in getPythonJSON()
229 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON()
230 Py_XDECREF(eValue); in getPythonJSON()