Home
last modified time | relevance | path

Searched refs:PyCapsule_GetName (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython3/Include/
Dpycapsule.h37 PyAPI_FUNC(const char *) PyCapsule_GetName(PyObject *capsule);
/external/python/cpython2/Include/
Dpycapsule.h37 PyAPI_FUNC(const char *) PyCapsule_GetName(PyObject *capsule);
/external/python/cpython2/Doc/includes/
Dcapsulethunk.h50 #define PyCapsule_GetName(capsule) NULL macro
/external/python/cpython3/Doc/includes/
Dcapsulethunk.h50 #define PyCapsule_GetName(capsule) NULL macro
/external/python/cpython2/Objects/
Dcobject.c69 const char *name = PyCapsule_GetName(self); in PyCObject_AsVoidPtr()
Dcapsule.c98 PyCapsule_GetName(PyObject *o) in PyCapsule_GetName() function
/external/python/cpython3/Objects/
Dcapsule.c98 PyCapsule_GetName(PyObject *o) in PyCapsule_GetName() function
/external/python/cpython2/PC/os2vacpp/
Dpython.def96 PyCapsule_GetName
/external/python/cpython2/Doc/c-api/
Dcapsule.rst90 .. c:function:: const char* PyCapsule_GetName(PyObject *capsule)
/external/python/cpython3/Doc/c-api/
Dcapsule.rst90 .. c:function:: const char* PyCapsule_GetName(PyObject *capsule)
/external/python/cpython3/Doc/howto/
Dcporting.rst234 * :c:func:`PyCapsule_GetName` always returns NULL.
/external/python/cpython2/Doc/howto/
Dcporting.rst234 * :c:func:`PyCapsule_GetName` always returns NULL.
/external/python/cpython3/PC/
Dpython3.def50 PyCapsule_GetName=python37.PyCapsule_GetName
/external/python/cpython2/PC/os2emx/
Dpython27.def216 "PyCapsule_GetName"
/external/python/cpython2/Doc/data/
Drefcounts.dat64 PyCapsule_GetName:const char *:::
65 PyCapsule_GetName:PyObject*:self:0:
/external/python/cpython3/Doc/data/
Drefcounts.dat165 PyCapsule_GetName:const char *:::
166 PyCapsule_GetName:PyObject*:self:0:
/external/python/cpython2/Modules/
D_testcapimodule.c2132 } else if (PyCapsule_GetName(o) != capsule_name) { in capsule_destructor()
/external/libxml2/python/
Dlibxml.c3779 str = PyCapsule_GetPointer(obj, PyCapsule_GetName(obj)); in libxml_getObjDesc()
/external/python/cpython3/Modules/
D_testcapimodule.c2582 } else if (PyCapsule_GetName(o) != capsule_name) { in capsule_destructor()