Home
last modified time | relevance | path

Searched refs:PyCapsule_SetPointer (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dpycapsule.h43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
/external/python/cpython2/Doc/includes/
Dcapsulethunk.h35 #define PyCapsule_SetPointer(capsule, pointer) \ macro
/external/python/cpython2/Objects/
Dcapsule.c134 PyCapsule_SetPointer(PyObject *o, void *pointer) in PyCapsule_SetPointer() function
/external/python/cpython2/PC/os2vacpp/
Dpython.def104 PyCapsule_SetPointer
/external/python/cpython2/Doc/c-api/
Dcapsule.rst145 .. c:function:: int PyCapsule_SetPointer(PyObject *capsule, void *pointer)
/external/python/cpython2/Doc/data/
Drefcounts.dat92 PyCapsule_SetPointer:int:::
93 PyCapsule_SetPointer:PyObject*:self:0:
94 PyCapsule_SetPointer:void*:pointer::
/external/python/cpython2/PC/os2emx/
Dpython27.def224 "PyCapsule_SetPointer"
/external/python/cpython2/Modules/
D_testcapimodule.c2082 PyCapsule_SetPointer(object, capsule_pointer); in test_capsule()