Home
last modified time | relevance | path

Searched refs:PyCapsule_Import (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Include/
H A Dpy_curses.h86 PyCurses_API = (void **)PyCapsule_Import(PyCurses_CAPSULE_NAME, 1);
H A Dpycapsule.h51 PyAPI_FUNC(void *) PyCapsule_Import(
H A Ddatetime.h200 PyDateTimeAPI = (PyDateTime_CAPI *)PyCapsule_Import(PyDateTime_CAPSULE_NAME, 0)
/third_party/python/Modules/
H A Dsocketmodule.h368 #define PySocketModule_ImportModuleAndAPI() PyCapsule_Import(PySocket_CAPSULE_NAME, 1)
H A D_elementtree.c4411 expat_capi = PyCapsule_Import(PyExpat_CAPSULE_NAME, 0); in PyInit__elementtree()
H A D_testcapimodule.c3357 pointer = PyCapsule_Import(known->name, 0); in test_capsule()
/third_party/python/Objects/
H A Dcapsule.c195 PyCapsule_Import(const char *name, int no_block) in PyCapsule_Import() function
219 PyErr_Format(PyExc_ImportError, "PyCapsule_Import could not import module \"%s\"", trace); in PyCapsule_Import()
239 "PyCapsule_Import \"%s\" is not valid", in PyCapsule_Import()
H A Dunicodeobject.c6461 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscapeInternal()
/third_party/python/PC/
H A Dpython3dll.c130 EXPORT_FUNC(PyCapsule_Import)
/third_party/python/Python/
H A Dcodecs.c981 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors()
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c2695 type_pointer = PyCapsule_Import(SWIGPY_CAPSULE_NAME, 0); in SWIG_Python_GetModule()

Completed in 47 milliseconds