HomeSort by relevance Sort by last modified time
    Searched refs:PyCapsule_GetDestructor (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pycapsule.h 35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pycapsule.h 35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
  /external/python/cpython2/Include/
pycapsule.h 35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
  /external/python/cpython3/Include/
pycapsule.h 35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
  /external/python/cpython2/Doc/includes/
capsulethunk.h 39 #define PyCapsule_GetDestructor(capsule) \
  /external/python/cpython3/Doc/includes/
capsulethunk.h 39 #define PyCapsule_GetDestructor(capsule) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
capsule.c 110 PyCapsule_GetDestructor(PyObject *o)
114 if (!is_legal_capsule(capsule, "PyCapsule_GetDestructor")) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
capsule.c 110 PyCapsule_GetDestructor(PyObject *o)
114 if (!is_legal_capsule(capsule, "PyCapsule_GetDestructor")) {
  /external/python/cpython2/Objects/
capsule.c 110 PyCapsule_GetDestructor(PyObject *o)
114 if (!is_legal_capsule(capsule, "PyCapsule_GetDestructor")) {
  /external/python/cpython3/Objects/
capsule.c 110 PyCapsule_GetDestructor(PyObject *o)
114 if (!is_legal_capsule(capsule, "PyCapsule_GetDestructor")) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_testcapimodule.c     [all...]
  /external/python/cpython2/Modules/
_testcapimodule.c     [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c     [all...]

Completed in 667 milliseconds