Home
last modified time | relevance | path

Searched refs:func_weakreflist (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfuncobject.h30 PyObject *func_weakreflist; /* List of weak references */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfuncobject.h30 PyObject *func_weakreflist; /* List of weak references */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfuncobject.c19 op->func_weakreflist = NULL; in PyFunction_New()
452 if (op->func_weakreflist != NULL) in func_dealloc()
572 offsetof(PyFunctionObject, func_weakreflist), /* tp_weaklistoffset */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfuncobject.c19 op->func_weakreflist = NULL; in PyFunction_New()
452 if (op->func_weakreflist != NULL) in func_dealloc()
572 offsetof(PyFunctionObject, func_weakreflist), /* tp_weaklistoffset */