Home
last modified time | relevance | path

Searched refs:_PyImport_Filetab (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Python/
Dimportdl.h28 extern struct filedescr * _PyImport_Filetab;
Dimport.c98 struct filedescr * _PyImport_Filetab = NULL; variable
176 _PyImport_Filetab = filetab; in _PyImport_Init()
274 PyMem_DEL(_PyImport_Filetab); in _PyImport_Fini()
275 _PyImport_Filetab = NULL; in _PyImport_Fini()
1568 for (fdp = _PyImport_Filetab; fdp->suffix != NULL; fdp++) { in find_module()
2971 for (fdp = _PyImport_Filetab; fdp->suffix != NULL; fdp++) { in imp_get_suffixes()
/external/python/cpython2/PC/
Dimport_nt.c71 for (fdp = _PyImport_Filetab; fdp->suffix != NULL; fdp++) { in PyWin_FindRegisteredModule()
/external/python/cpython2/PC/os2vacpp/
Dpython.def69 _PyImport_Filetab
/external/python/cpython2/PC/os2emx/
Dpython27.def980 "_PyImport_Filetab"