Searched refs:eTraceback (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() 276 if (eTraceback) in getPythonJSON() 278 Py_XDECREF(eTraceback); in getPythonJSON() 362 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON() 367 if (eTraceback) in getPythonJSON() 369 Py_XDECREF(eTraceback); 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() 144 if (eTraceback) in getPythonJSON() 146 Py_XDECREF(eTraceback); in getPythonJSON() 225 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON() 230 if (eTraceback) in getPythonJSON() 232 Py_XDECREF(eTraceback); in getPythonJSON()
|