Searched refs:nhooks (Results 1 – 3 of 3) sorted by relevance
1122 Py_ssize_t j, nhooks; in get_path_importer() local1128 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()
1217 Py_ssize_t j, nhooks; in get_path_importer() local1223 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()