Searched refs:PyCapsule_SetPointer (Results 1 – 8 of 8) sorted by relevance
43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
134 PyCapsule_SetPointer(PyObject *o, void *pointer) in PyCapsule_SetPointer() function
153 .. c:function:: int PyCapsule_SetPointer(PyObject *capsule, void *pointer)
59 function,PyCapsule_SetPointer,3.2,
197 PyCapsule_SetPointer:int:::198 PyCapsule_SetPointer:PyObject*:self:0:199 PyCapsule_SetPointer:void*:pointer::
132 EXPORT_FUNC(PyCapsule_SetPointer)
396 function PyCapsule_SetPointer
3139 PyCapsule_SetPointer(object, capsule_pointer); in test_capsule()