Home
last modified time | relevance | path

Searched refs:_PyImport_DynLoadFiletab (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython2/Python/
Ddynload_stub.c9 const struct filedescr _PyImport_DynLoadFiletab[] = { variable
Ddynload_dl.c12 const struct filedescr _PyImport_DynLoadFiletab[] = { variable
Dimportdl.h29 extern const struct filedescr _PyImport_DynLoadFiletab[];
Ddynload_atheos.c11 const struct filedescr _PyImport_DynLoadFiletab[] = { variable
Ddynload_os2.c12 const struct filedescr _PyImport_DynLoadFiletab[] = { variable
Ddynload_hpux.c16 const struct filedescr _PyImport_DynLoadFiletab[] = { variable
Ddynload_next.c11 const struct filedescr _PyImport_DynLoadFiletab[] = { variable
Ddynload_shlib.c34 const struct filedescr _PyImport_DynLoadFiletab[] = { variable
Ddynload_beos.c11 const struct filedescr _PyImport_DynLoadFiletab[] = { variable
Ddynload_win.c18 const struct filedescr _PyImport_DynLoadFiletab[] = { variable
Ddynload_aix.c29 const struct filedescr _PyImport_DynLoadFiletab[] = { variable
Dimport.c160 for (scan = _PyImport_DynLoadFiletab; scan->suffix != NULL; ++scan) in _PyImport_Init()
169 memcpy(filetab, _PyImport_DynLoadFiletab, in _PyImport_Init()
1579 scan = _PyImport_DynLoadFiletab; in find_module()
/external/python/cpython3/Python/
Ddynload_stub.c9 const char *_PyImport_DynLoadFiletab[] = {NULL}; variable
Dimportdl.h9 extern const char *_PyImport_DynLoadFiletab[];
Ddynload_dl.c12 const char *_PyImport_DynLoadFiletab[] = {".o", NULL}; variable
Ddynload_hpux.c16 const char *_PyImport_DynLoadFiletab[] = {SHLIB_EXT, NULL}; variable
Ddynload_shlib.c36 const char *_PyImport_DynLoadFiletab[] = { variable
Ddynload_aix.c28 const char *_PyImport_DynLoadFiletab[] = {".so", NULL}; variable
Ddynload_win.c35 const char *_PyImport_DynLoadFiletab[] = { variable
Dimport.c1973 while ((suffix = _PyImport_DynLoadFiletab[index])) { in _imp_extension_suffixes_impl()
/external/python/cpython2/RISCOS/Python/
Ddynload_riscos.c41 const struct filedescr _PyImport_DynLoadFiletab[] = { variable
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt318 _PyImport_DynLoadFiletab
/external/python/cpython2/PC/os2emx/
Dpython27.def1157 "_PyImport_DynLoadFiletab"