Searched refs:PyCapsule_GetPointer (Results 1 – 19 of 19) sorted by relevance
/external/python/cpython2/Include/ |
D | pycapsule.h | 33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
|
/external/python/cpython2/Doc/includes/ |
D | capsulethunk.h | 31 #define PyCapsule_GetPointer(capsule, name) \ macro
|
/external/python/cpython2/Objects/ |
D | cobject.c | 70 return (void *)PyCapsule_GetPointer(self, name); in PyCObject_AsVoidPtr()
|
D | capsule.c | 80 PyCapsule_GetPointer(PyObject *o, const char *name) in PyCapsule_GetPointer() function
|
/external/python/cpython2/Modules/_ctypes/ |
D | ctypes.h | 459 void *p = PyCapsule_GetPointer(ptr, name); \ 469 (PyCapsule_GetPointer(capsule, name))
|
/external/python/cpython2/Doc/c-api/ |
D | capsule.rst | 56 .. c:function:: void* PyCapsule_GetPointer(PyObject *capsule, const char *name) 115 :c:func:`PyCapsule_GetPointer` for information on how capsule names are
|
/external/libxml2/python/ |
D | libxml_wrap.h | 41 #define PyCapsule_GetPointer(o, n) PyCObject_GetDesc((o)) macro
|
D | types.c | 406 xmlXPathNodeSetFreeNs((xmlNsPtr) PyCapsule_GetPointer(cap, "xmlNsPtr")); in libxml_xmlXPathDestructNsNode()
|
D | libxml.c | 3779 str = PyCapsule_GetPointer(obj, PyCapsule_GetName(obj)); in libxml_getObjDesc()
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 97 PyCapsule_GetPointer
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | cjkcodecs.h | 376 map = PyCapsule_GetPointer(o, PyMultibyteCodec_CAPSULE_NAME); in importmap()
|
D | multibytecodec.c | 1786 codec = PyCapsule_GetPointer(arg, PyMultibyteCodec_CAPSULE_NAME); in __create_codec()
|
/external/python/cpython2/Doc/howto/ |
D | cporting.rst | 231 :c:func:`PyCapsule_GetPointer` is ignored, and no error checking
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 2036 } else if (PyCapsule_GetPointer(o, capsule_name) != capsule_pointer) { in capsule_destructor() 2089 pointer2 = PyCapsule_GetPointer(object, "the wrong name"); in test_capsule() 2135 pointer2 = PyCapsule_GetPointer(object, in test_capsule()
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 67 PyCapsule_GetPointer:void*::: 68 PyCapsule_GetPointer:PyObject*:self:0: 69 PyCapsule_GetPointer:const char *:name::
|
/external/python/cpython2/Python/ |
D | getargs.c | 148 void *ptr = PyCapsule_GetPointer(self, GETARGS_CAPSULE_NAME_CLEANUP_PTR); in cleanup_ptr() 157 Py_buffer *ptr = (Py_buffer *)PyCapsule_GetPointer(self, GETARGS_CAPSULE_NAME_CLEANUP_BUFFER); in cleanup_buffer()
|
D | compile.c | 549 … c->u = (struct compiler_unit *)PyCapsule_GetPointer(capsule, COMPILER_CAPSULE_NAME_COMPILER_UNIT); in compiler_exit_scope()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 217 "PyCapsule_GetPointer"
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 2280 vtable = PyCapsule_GetPointer(capsule, "mymodule.CAPI");
|