Lines Matching defs:o
68 PyCapsule_IsValid(PyObject *o, const char *name) in PyCapsule_IsValid()
80 PyCapsule_GetPointer(PyObject *o, const char *name) in PyCapsule_GetPointer()
98 PyCapsule_GetName(PyObject *o) in PyCapsule_GetName()
110 PyCapsule_GetDestructor(PyObject *o) in PyCapsule_GetDestructor()
122 PyCapsule_GetContext(PyObject *o) in PyCapsule_GetContext()
134 PyCapsule_SetPointer(PyObject *o, void *pointer) in PyCapsule_SetPointer()
153 PyCapsule_SetName(PyObject *o, const char *name) in PyCapsule_SetName()
167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor) in PyCapsule_SetDestructor()
181 PyCapsule_SetContext(PyObject *o, void *context) in PyCapsule_SetContext()
257 capsule_dealloc(PyObject *o) in capsule_dealloc()
268 capsule_repr(PyObject *o) in capsule_repr()