Searched refs:PyCapsule_Import (Results 1 – 17 of 17) sorted by relevance
/third_party/python/Include/ |
D | py_curses.h | 86 PyCurses_API = (void **)PyCapsule_Import(PyCurses_CAPSULE_NAME, 1);
|
D | pycapsule.h | 51 PyAPI_FUNC(void *) PyCapsule_Import(
|
D | datetime.h | 200 PyDateTimeAPI = (PyDateTime_CAPI *)PyCapsule_Import(PyDateTime_CAPSULE_NAME, 0)
|
/third_party/python/Modules/ |
D | socketmodule.h | 353 #define PySocketModule_ImportModuleAndAPI() PyCapsule_Import(PySocket_CAPSULE_NAME, 1)
|
D | _elementtree.c | 4423 expat_capi = PyCapsule_Import(PyExpat_CAPSULE_NAME, 0); in PyInit__elementtree()
|
D | _testcapimodule.c | 3182 pointer = PyCapsule_Import(known->name, 0); in test_capsule()
|
/third_party/python/Doc/c-api/ |
D | capsule.rst | 57 to import the capsule using :c:func:`PyCapsule_Import`. 101 .. c:function:: void* PyCapsule_Import(const char *name, int no_block)
|
/third_party/python/Objects/ |
D | capsule.c | 195 PyCapsule_Import(const char *name, int no_block) in PyCapsule_Import() function
|
D | unicodeobject.c | 6582 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscapeInternal()
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 53 function,PyCapsule_Import,3.2,
|
D | refcounts.dat | 172 PyCapsule_Import:void *::: 173 PyCapsule_Import:const char *:name:: 174 PyCapsule_Import:int:no_block::
|
/third_party/python/PC/ |
D | python3dll.c | 126 EXPORT_FUNC(PyCapsule_Import)
|
/third_party/python/Python/ |
D | codecs.c | 981 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors()
|
/third_party/python/Doc/extending/ |
D | extending.rst | 1198 The convenience function :c:func:`PyCapsule_Import` makes it easy to 1317 * PyCapsule_Import will set an exception if there's an error. 1322 PySpam_API = (void **)PyCapsule_Import("spam._C_API", 0);
|
/third_party/python/Misc/ |
D | stable_abi.txt | 384 function PyCapsule_Import
|
/third_party/flutter/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 2674 type_pointer = PyCapsule_Import(SWIGPY_CAPSULE_NAME, 0); in SWIG_Python_GetModule()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 2695 type_pointer = PyCapsule_Import(SWIGPY_CAPSULE_NAME, 0); in SWIG_Python_GetModule()
|