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
154 .. c:function:: int PyCapsule_SetPointer(PyObject *capsule, void *pointer)
136 EXPORT_FUNC(PyCapsule_SetPointer)
67 function,PyCapsule_SetPointer,3.2,,
197 PyCapsule_SetPointer:int:::198 PyCapsule_SetPointer:PyObject*:self:0:199 PyCapsule_SetPointer:void*:pointer::
486 [function.PyCapsule_SetPointer]
3314 PyCapsule_SetPointer(object, capsule_pointer); in test_capsule()