Home
last modified time | relevance | path

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

/third_party/python/Python/
Dimport.c448 if (def->m_base.m_copy) { in _PyImport_FixupExtensionObject()
452 Py_CLEAR(def->m_base.m_copy); in _PyImport_FixupExtensionObject()
458 def->m_base.m_copy = PyDict_Copy(dict); in _PyImport_FixupExtensionObject()
459 if (def->m_base.m_copy == NULL) { in _PyImport_FixupExtensionObject()
521 if (def->m_base.m_copy == NULL) in import_find_extension()
531 if (PyDict_Update(mdict, def->m_base.m_copy)) { in import_find_extension()
537 if (def->m_base.m_init == NULL) in import_find_extension()
539 mod = def->m_base.m_init(); in import_find_extension()
1027 def->m_base.m_init = p->initfunc; in create_builtin()
Dpystate.c702 Py_ssize_t index = module->m_base.m_index; in PyState_FindModule()
740 while (PyList_GET_SIZE(interp->modules_by_index) <= def->m_base.m_index) { in _PyState_AddModule()
748 def->m_base.m_index, module); in _PyState_AddModule()
761 Py_ssize_t index = def->m_base.m_index; in PyState_AddModule()
785 Py_ssize_t index = def->m_base.m_index; in PyState_RemoveModule()
815 Py_CLEAR(md->m_base.m_copy); in _PyInterpreterState_ClearModules()
Dimportdl.c223 def->m_base.m_init = p0; in _PyImport_LoadDynamicModuleWithSpec()
/third_party/python/Include/
Dmoduleobject.h76 PyModuleDef_Base m_base; member
/third_party/python/Objects/
Dmoduleobject.c51 if (def->m_base.m_index == 0) { in PyModuleDef_Init()
55 def->m_base.m_index = max_module_number; in PyModuleDef_Init()
/third_party/python/Modules/
D_queuemodule.c430 .m_base = PyModuleDef_HEAD_INIT,
D_sre.c2951 .m_base = PyModuleDef_HEAD_INIT,
Darraymodule.c3107 .m_base = PyModuleDef_HEAD_INIT,
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c2046 .m_base = PyModuleDef_HEAD_INIT,
/third_party/python/Doc/c-api/
Dmodule.rst146 .. c:member:: PyModuleDef_Base m_base