/external/libxml2/python/ |
D | types.c | 234 ret = PyCapsule_New((void *) doc, (char *) "xmlDocPtr", NULL); in libxml_xmlDocPtrWrap() 250 ret = PyCapsule_New((void *) node, (char *) "xmlNodePtr", NULL); in libxml_xmlNodePtrWrap() 266 ret = PyCapsule_New((void *) uri, (char *) "xmlURIPtr", NULL); in libxml_xmlURIPtrWrap() 282 ret = PyCapsule_New((void *) ns, (char *) "xmlNsPtr", NULL); in libxml_xmlNsPtrWrap() 298 ret = PyCapsule_New((void *) attr, (char *) "xmlAttrPtr", NULL); in libxml_xmlAttrPtrWrap() 314 ret = PyCapsule_New((void *) attr, (char *) "xmlAttributePtr", NULL); in libxml_xmlAttributePtrWrap() 330 ret = PyCapsule_New((void *) elem, (char *) "xmlElementPtr", NULL); in libxml_xmlElementPtrWrap() 346 ret = PyCapsule_New((void *) ctxt, (char *) "xmlXPathContextPtr", NULL); in libxml_xmlXPathContextPtrWrap() 362 ret = PyCapsule_New((void *)ctxt, (char *)"xmlXPathParserContextPtr", NULL); in libxml_xmlXPathParserContextPtrWrap() 379 ret = PyCapsule_New((void *) ctxt, (char *) "xmlParserCtxtPtr", NULL); in libxml_xmlParserCtxtPtrWrap() [all …]
|
D | libxml_wrap.h | 38 #ifndef PyCapsule_New 39 #define PyCapsule_New PyCObject_FromVoidPtrAndDesc macro
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | custom_call_for_test.pyx | 6 from cpython.pycapsule cimport PyCapsule_New 19 cpu_custom_call_targets[fn_name] = PyCapsule_New(fn, name, NULL)
|
/external/python/cpython2/Include/ |
D | pycapsule.h | 28 PyAPI_FUNC(PyObject *) PyCapsule_New(
|
/external/python/cpython3/Include/ |
D | pycapsule.h | 28 PyAPI_FUNC(PyObject *) PyCapsule_New(
|
/external/python/cpython3/Doc/includes/ |
D | capsulethunk.h | 27 #define PyCapsule_New(pointer, name, destructor) \ macro
|
/external/python/cpython2/Doc/includes/ |
D | capsulethunk.h | 27 #define PyCapsule_New(pointer, name, destructor) \ macro
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | cjkcodecs.h | 288 codecobj = PyCapsule_New((void *)codec, PyMultibyteCodec_CAPSULE_NAME, NULL); in getcodec() 313 PyCapsule_New((void *)h, PyMultibyteCodec_CAPSULE_NAME, NULL)); in register_maps()
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | cjkcodecs.h | 285 codecobj = PyCapsule_New((void *)codec, PyMultibyteCodec_CAPSULE_NAME, NULL); in getcodec() 310 PyCapsule_New((void *)h, PyMultibyteCodec_CAPSULE_NAME, NULL)); in register_maps()
|
/external/python/cpython2/Doc/c-api/ |
D | capsule.rst | 31 See :c:func:`PyCapsule_New` for the semantics of PyCapsule_Destructor 40 .. c:function:: PyObject* PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destr…
|
/external/python/cpython3/Doc/c-api/ |
D | capsule.rst | 31 See :c:func:`PyCapsule_New` for the semantics of PyCapsule_Destructor 40 .. c:function:: PyObject* PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destr…
|
/external/python/cpython2/Objects/ |
D | capsule.c | 44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) in PyCapsule_New() function
|
/external/python/cpython3/Objects/ |
D | capsule.c | 44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) in PyCapsule_New() function
|
/external/tensorflow/tensorflow/python/ |
D | pywrap_tfe.i | 189 $result = PyCapsule_New($1, nullptr, TFE_DeleteContextCapsule);
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 100 PyCapsule_New
|
/external/python/cpython2/Modules/_ctypes/ |
D | ctypes.h | 466 (PyCapsule_New(pointer, name, capsule_destructor_ ## name))
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 75 PyCapsule_New:PyObject*::+1: 76 PyCapsule_New:void*:pointer:: 77 PyCapsule_New:const char *:name:: 78 PyCapsule_New::void (* destructor)(PyObject* )::
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 163 errobj = PyCapsule_New(space, CTYPES_CAPSULE_NAME_PYMEM, pymem_destructor); in _ctypes_get_errobj() 696 pa->keep = PyCapsule_New(pa->value.p, CTYPES_CAPSULE_NAME_PYMEM, pymem_destructor); in ConvParam()
|
/external/python/cpython3/Doc/howto/ |
D | cporting.rst | 228 * The name parameter passed in to :c:func:`PyCapsule_New` is ignored.
|
/external/python/cpython2/Doc/howto/ |
D | cporting.rst | 228 * The name parameter passed in to :c:func:`PyCapsule_New` is ignored.
|
/external/python/cpython3/PC/ |
D | python3.def | 54 PyCapsule_New=python37.PyCapsule_New
|
/external/python/cpython2/Modules/ |
D | cStringIO.c | 769 v = PyCapsule_New(&CAPI, PycStringIO_CAPSULE_NAME, NULL); in initcStringIO()
|
D | unicodedata.c | 1281 v = PyCapsule_New((void *)&hashAPI, PyUnicodeData_CAPSULE_NAME, NULL); in initunicodedata()
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 180 PyCapsule_New:PyObject*::+1: 181 PyCapsule_New:void*:pointer:: 182 PyCapsule_New:const char *:name:: 183 PyCapsule_New::void (* destructor)(PyObject* )::
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 220 "PyCapsule_New"
|