Searched refs:PyCapsule_Import (Results 1 - 11 of 11) sorted by relevance
/third_party/python/Include/ |
H A D | py_curses.h | 86 PyCurses_API = (void **)PyCapsule_Import(PyCurses_CAPSULE_NAME, 1);
|
H A D | pycapsule.h | 51 PyAPI_FUNC(void *) PyCapsule_Import(
|
H A D | datetime.h | 200 PyDateTimeAPI = (PyDateTime_CAPI *)PyCapsule_Import(PyDateTime_CAPSULE_NAME, 0)
|
/third_party/python/Modules/ |
H A D | socketmodule.h | 368 #define PySocketModule_ImportModuleAndAPI() PyCapsule_Import(PySocket_CAPSULE_NAME, 1)
|
H A D | _elementtree.c | 4411 expat_capi = PyCapsule_Import(PyExpat_CAPSULE_NAME, 0); in PyInit__elementtree()
|
H A D | _testcapimodule.c | 3357 pointer = PyCapsule_Import(known->name, 0); in test_capsule()
|
/third_party/python/Objects/ |
H A D | capsule.c | 195 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 D | unicodeobject.c | 6461 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscapeInternal()
|
/third_party/python/PC/ |
H A D | python3dll.c | 130 EXPORT_FUNC(PyCapsule_Import)
|
/third_party/python/Python/ |
H A D | codecs.c | 981 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 2695 type_pointer = PyCapsule_Import(SWIGPY_CAPSULE_NAME, 0); in SWIG_Python_GetModule()
|
Completed in 47 milliseconds