Home
last modified time | relevance | path

Searched refs:m_base (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Include/
H A Dmoduleobject.h75 PyModuleDef_Base m_base; member
/third_party/python/Python/
H A Dimport.c435 // bpo-44050: Extensions and def->m_base.m_copy can be updated in _PyImport_FixupExtensionObject()
439 if (def->m_base.m_copy) { in _PyImport_FixupExtensionObject()
443 Py_CLEAR(def->m_base.m_copy); in _PyImport_FixupExtensionObject()
449 def->m_base.m_copy = PyDict_Copy(dict); in _PyImport_FixupExtensionObject()
450 if (def->m_base.m_copy == NULL) { in _PyImport_FixupExtensionObject()
512 if (def->m_base.m_copy == NULL) in import_find_extension()
522 if (PyDict_Update(mdict, def->m_base.m_copy)) { in import_find_extension()
528 if (def->m_base.m_init == NULL) in import_find_extension()
530 mod = _PyImport_InitFunc_TrampolineCall(def->m_base.m_init); in import_find_extension()
999 def->m_base in create_builtin()
[all...]
H A Dimportdl.c225 def->m_base.m_init = p0; in _PyImport_LoadDynamicModuleWithSpec()
H A Dpystate.c891 Py_ssize_t index = module->m_base.m_index; in PyState_FindModule()
929 while (PyList_GET_SIZE(interp->modules_by_index) <= def->m_base.m_index) { in _PyState_AddModule()
937 def->m_base.m_index, module); in _PyState_AddModule()
950 Py_ssize_t index = def->m_base.m_index; in PyState_AddModule()
974 Py_ssize_t index = def->m_base.m_index; in PyState_RemoveModule()
1004 Py_CLEAR(md->m_base.m_copy); in _PyInterpreterState_ClearModules()
/third_party/python/Objects/
H A Dmoduleobject.c45 if (def->m_base.m_index == 0) { in PyModuleDef_Init()
49 def->m_base.m_index = max_module_number; in PyModuleDef_Init()
/third_party/python/Modules/
H A D_queuemodule.c439 .m_base = PyModuleDef_HEAD_INIT,
H A Darraymodule.c3136 .m_base = PyModuleDef_HEAD_INIT,
/third_party/python/Modules/_sqlite/
H A Dmodule.c781 .m_base = PyModuleDef_HEAD_INIT,
/third_party/python/Modules/_sre/
H A Dsre.c3027 .m_base = PyModuleDef_HEAD_INIT,
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c2067 .m_base = PyModuleDef_HEAD_INIT,

Completed in 18 milliseconds