Searched defs:_PyImport_StandardFiletab (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Python/
H A Dimport.c101 static const struct filedescr _PyImport_StandardFiletab[] = { variable in typeref:struct:filedescr
107 static const struct filedescr _PyImport_StandardFiletab[] = { variable in typeref:struct:filedescr
157 _PyImport_DynLoadFiletab and _PyImport_StandardFiletab.
163 for (scan = _PyImport_StandardFiletab; scan->suffix != NULL; ++scan)
172 memcpy(filetab + countD, _PyImport_StandardFiletab,
767 that used in _PyImport_StandardFiletab. */

Completed in 1178 milliseconds