Searched refs:eValue (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | user_data_json.cpp | 260 PyObject *pName, *pModule, *eType, *eValue, *eTraceback, *pKey; in getPythonJSON() local 271 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON() 280 if (eValue) in getPythonJSON() 282 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() 283 Py_XDECREF(eValue); in getPythonJSON() 362 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON() 371 if (eValue) in getPythonJSON() 373 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() 374 Py_XDECREF(eValue); in getPythonJSON()
|
H A D | src.cpp | 129 PyObject *pName, *pModule, *eType, *eValue, *eTraceback; in getPythonJSON() local 139 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON() 148 if (eValue) in getPythonJSON() 150 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() 151 Py_XDECREF(eValue); in getPythonJSON() 225 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON() 234 if (eValue) in getPythonJSON() 236 PyObject* pStr = PyObject_Str(eValue); in getPythonJSON() 237 Py_XDECREF(eValue); in getPythonJSON()
|