OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyCapsule_Destructor
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pycapsule.h
23
typedef void (*
PyCapsule_Destructor
)(PyObject *);
31
PyCapsule_Destructor
destructor);
35
PyAPI_FUNC(
PyCapsule_Destructor
) PyCapsule_GetDestructor(PyObject *capsule);
45
PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule,
PyCapsule_Destructor
destructor);
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pycapsule.h
23
typedef void (*
PyCapsule_Destructor
)(PyObject *);
31
PyCapsule_Destructor
destructor);
35
PyAPI_FUNC(
PyCapsule_Destructor
) PyCapsule_GetDestructor(PyObject *capsule);
45
PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule,
PyCapsule_Destructor
destructor);
Completed in 32 milliseconds