Home
last modified time | relevance | path

Searched refs:filedescr (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Python/
Dimportdl.h23 struct filedescr { struct
28 extern struct filedescr * _PyImport_Filetab; argument
29 extern const struct filedescr _PyImport_DynLoadFiletab[];
Dimport.c98 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 …]
Ddynload_stub.c9 const struct filedescr _PyImport_DynLoadFiletab[] = {
Ddynload_dl.c12 const struct filedescr _PyImport_DynLoadFiletab[] = {
Ddynload_atheos.c11 const struct filedescr _PyImport_DynLoadFiletab[] = {
Ddynload_os2.c12 const struct filedescr _PyImport_DynLoadFiletab[] = {
Ddynload_hpux.c16 const struct filedescr _PyImport_DynLoadFiletab[] = {
Ddynload_next.c11 const struct filedescr _PyImport_DynLoadFiletab[] = {
Ddynload_shlib.c34 const struct filedescr _PyImport_DynLoadFiletab[] = {
Ddynload_beos.c11 const struct filedescr _PyImport_DynLoadFiletab[] = {
Ddynload_win.c18 const struct filedescr _PyImport_DynLoadFiletab[] = {
Ddynload_aix.c29 const struct filedescr _PyImport_DynLoadFiletab[] = {
/external/python/cpython2/PC/
Dimport_nt.c19 struct filedescr **ppFileDesc, in PyWin_FindRegisteredModule()
34 struct filedescr *fdp = NULL; in PyWin_FindRegisteredModule()
/external/python/cpython2/Include/
Dimport.h38 PyAPI_FUNC(struct filedescr *) _PyImport_FindModule(
40 PyAPI_FUNC(int) _PyImport_IsScript(struct filedescr *);
/external/python/cpython2/RISCOS/Python/
Ddynload_riscos.c41 const struct filedescr _PyImport_DynLoadFiletab[] = {