Home
last modified time | relevance | path

Searched refs:_PyImport_StandardFiletab (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c101 static const struct filedescr _PyImport_StandardFiletab[] = { variable
107 static const struct filedescr _PyImport_StandardFiletab[] = { variable
163 for (scan = _PyImport_StandardFiletab; scan->suffix != NULL; ++scan) in _PyImport_Init()
172 memcpy(filetab + countD, _PyImport_StandardFiletab, in _PyImport_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c101 static const struct filedescr _PyImport_StandardFiletab[] = { variable
107 static const struct filedescr _PyImport_StandardFiletab[] = { variable
135 for (scan = _PyImport_StandardFiletab; scan->suffix != NULL; ++scan) in _PyImport_Init()
144 memcpy(filetab + countD, _PyImport_StandardFiletab, in _PyImport_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c101 static const struct filedescr _PyImport_StandardFiletab[] = { variable
107 static const struct filedescr _PyImport_StandardFiletab[] = { variable
135 for (scan = _PyImport_StandardFiletab; scan->suffix != NULL; ++scan) in _PyImport_Init()
144 memcpy(filetab + countD, _PyImport_StandardFiletab, in _PyImport_Init()