Searched refs:filedescr (Results 1 – 15 of 15) sorted by relevance
23 struct filedescr { struct28 extern struct filedescr * _PyImport_Filetab; argument29 extern const struct filedescr _PyImport_DynLoadFiletab[];
98 struct filedescr * _PyImport_Filetab = NULL;101 static const struct filedescr _PyImport_StandardFiletab[] = {107 static const struct filedescr _PyImport_StandardFiletab[] = {151 const struct filedescr *scan; in _PyImport_Init()152 struct filedescr *filetab; in _PyImport_Init()165 filetab = PyMem_NEW(struct filedescr, countD + countS + 1); in _PyImport_Init()170 countD * sizeof(struct filedescr)); in _PyImport_Init()173 countS * sizeof(struct filedescr)); in _PyImport_Init()1158 static struct filedescr *find_module(char *, char *, PyObject *,1174 struct filedescr *fdp; in load_package()[all …]
9 const struct filedescr _PyImport_DynLoadFiletab[] = {
12 const struct filedescr _PyImport_DynLoadFiletab[] = {
11 const struct filedescr _PyImport_DynLoadFiletab[] = {
16 const struct filedescr _PyImport_DynLoadFiletab[] = {
34 const struct filedescr _PyImport_DynLoadFiletab[] = {
18 const struct filedescr _PyImport_DynLoadFiletab[] = {
29 const struct filedescr _PyImport_DynLoadFiletab[] = {
19 struct filedescr **ppFileDesc, in PyWin_FindRegisteredModule()34 struct filedescr *fdp = NULL; in PyWin_FindRegisteredModule()
38 PyAPI_FUNC(struct filedescr *) _PyImport_FindModule(40 PyAPI_FUNC(int) _PyImport_IsScript(struct filedescr *);
41 const struct filedescr _PyImport_DynLoadFiletab[] = {