Home
last modified time | relevance | path

Searched refs:PyCObject_AsVoidPtr (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Objects/
Dcobject.c65 PyCObject_AsVoidPtr(PyObject *self) in PyCObject_AsVoidPtr() function
106 r = PyCObject_AsVoidPtr(c); in PyCObject_Import()
/external/python/cpython2/Include/
Dcobject.h66 PyAPI_FUNC(void *) PyCObject_AsVoidPtr(PyObject *);
/external/python/cpython3/Doc/includes/
Dcapsulethunk.h32 (PyCObject_AsVoidPtr(capsule))
/external/python/cpython2/Doc/includes/
Dcapsulethunk.h32 (PyCObject_AsVoidPtr(capsule))
/external/python/cpython2/Doc/c-api/
Dcobject.rst44 .. c:function:: void* PyCObject_AsVoidPtr(PyObject* self)
/external/python/cpython2/PC/os2vacpp/
Dpython.def105 PyCObject_AsVoidPtr
/external/python/cpython2/Modules/_ctypes/
Dctypes.h480 (PyCObject_AsVoidPtr(capsule))
/external/python/cpython2/PC/os2emx/
Dpython27.def229 "PyCObject_AsVoidPtr"
/external/python/cpython2/Doc/data/
Drefcounts.dat97 PyCObject_AsVoidPtr:void*:::
98 PyCObject_AsVoidPtr:PyObject*:self:0:
/external/python/cpython2/Misc/NEWS.d/
D2.7b1.rst717 PyCObject_AsVoidPtr() was changed to understand capsules.
/external/python/cpython3/Doc/whatsnew/
D2.7.rst2312 extension-module APIs, but the :c:func:`PyCObject_AsVoidPtr` was
2315 :c:func:`PyCObject_AsVoidPtr` will signal a
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2288 extension-module APIs, but the :c:func:`PyCObject_AsVoidPtr` was
2291 :c:func:`PyCObject_AsVoidPtr` will signal a
/external/python/cpython2/Misc/
DHISTORY13991 PyCObject_Import(module, name). It calls PyCObject_AsVoidPtr()
/external/python/cpython3/Misc/
DHISTORY31370 PyCObject_Import(module, name). It calls PyCObject_AsVoidPtr()