Home
last modified time | relevance | path

Searched refs:PyCapsule_Import (Results 1 – 17 of 17) sorted by relevance

/third_party/python/Include/
Dpy_curses.h86 PyCurses_API = (void **)PyCapsule_Import(PyCurses_CAPSULE_NAME, 1);
Dpycapsule.h51 PyAPI_FUNC(void *) PyCapsule_Import(
Ddatetime.h200 PyDateTimeAPI = (PyDateTime_CAPI *)PyCapsule_Import(PyDateTime_CAPSULE_NAME, 0)
/third_party/python/Modules/
Dsocketmodule.h353 #define PySocketModule_ImportModuleAndAPI() PyCapsule_Import(PySocket_CAPSULE_NAME, 1)
D_elementtree.c4423 expat_capi = PyCapsule_Import(PyExpat_CAPSULE_NAME, 0); in PyInit__elementtree()
D_testcapimodule.c3182 pointer = PyCapsule_Import(known->name, 0); in test_capsule()
/third_party/python/Doc/c-api/
Dcapsule.rst57 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/
Dcapsule.c195 PyCapsule_Import(const char *name, int no_block) in PyCapsule_Import() function
Dunicodeobject.c6582 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscapeInternal()
/third_party/python/Doc/data/
Dstable_abi.dat53 function,PyCapsule_Import,3.2,
Drefcounts.dat172 PyCapsule_Import:void *:::
173 PyCapsule_Import:const char *:name::
174 PyCapsule_Import:int:no_block::
/third_party/python/PC/
Dpython3dll.c126 EXPORT_FUNC(PyCapsule_Import)
/third_party/python/Python/
Dcodecs.c981 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors()
/third_party/python/Doc/extending/
Dextending.rst1198 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/
Dstable_abi.txt384 function PyCapsule_Import
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c2674 type_pointer = PyCapsule_Import(SWIGPY_CAPSULE_NAME, 0); in SWIG_Python_GetModule()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c2695 type_pointer = PyCapsule_Import(SWIGPY_CAPSULE_NAME, 0); in SWIG_Python_GetModule()