Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpycapsule.h43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
/third_party/python/Objects/
Dcapsule.c134 PyCapsule_SetPointer(PyObject *o, void *pointer) in PyCapsule_SetPointer() function
/third_party/python/Doc/c-api/
Dcapsule.rst153 .. c:function:: int PyCapsule_SetPointer(PyObject *capsule, void *pointer)
/third_party/python/Doc/data/
Dstable_abi.dat59 function,PyCapsule_SetPointer,3.2,
Drefcounts.dat197 PyCapsule_SetPointer:int:::
198 PyCapsule_SetPointer:PyObject*:self:0:
199 PyCapsule_SetPointer:void*:pointer::
/third_party/python/PC/
Dpython3dll.c132 EXPORT_FUNC(PyCapsule_SetPointer)
/third_party/python/Misc/
Dstable_abi.txt396 function PyCapsule_SetPointer
/third_party/python/Modules/
D_testcapimodule.c3139 PyCapsule_SetPointer(object, capsule_pointer); in test_capsule()