Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c1217 Py_ssize_t j, nhooks; in get_path_importer() local
1223 nhooks = PyList_Size(path_hooks); in get_path_importer()
1224 if (nhooks < 0) in get_path_importer()
1235 for (j = 0; j < nhooks; j++) { in get_path_importer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c1122 Py_ssize_t j, nhooks; in get_path_importer() local
1128 nhooks = PyList_Size(path_hooks); in get_path_importer()
1129 if (nhooks < 0) in get_path_importer()
1140 for (j = 0; j < nhooks; j++) { in get_path_importer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c1122 Py_ssize_t j, nhooks; in get_path_importer() local
1128 nhooks = PyList_Size(path_hooks); in get_path_importer()
1129 if (nhooks < 0) in get_path_importer()
1140 for (j = 0; j < nhooks; j++) { in get_path_importer()