Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dweakrefobject.c892 PyObject *cbresult = PyObject_CallFunctionObjArgs(callback, ref, NULL); in handle_callback() local
894 if (cbresult == NULL) in handle_callback()
897 Py_DECREF(cbresult); in handle_callback()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dweakrefobject.c881 PyObject *cbresult = PyObject_CallFunctionObjArgs(callback, ref, NULL); in handle_callback() local
883 if (cbresult == NULL) in handle_callback()
886 Py_DECREF(cbresult); in handle_callback()