Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c181 static size_t num_installed_pythons = 0; variable
210 for (i = 0, ip = installed_pythons; i < num_installed_pythons; i++, ip++) { in find_existing_python()
240 ip = &installed_pythons[num_installed_pythons]; in locate_pythons_for_key()
241 for (i = 0; num_installed_pythons < MAX_INSTALLED_PYTHONS; i++) { in locate_pythons_for_key()
331 ++num_installed_pythons; in locate_pythons_for_key()
333 if (num_installed_pythons >= in locate_pythons_for_key()
383 qsort(installed_pythons, num_installed_pythons, sizeof(INSTALLED_PYTHON), in locate_all_pythons()
404 for (i = 0; i < num_installed_pythons; i++, ip++) { in find_python_by_version()
506 if (num_installed_pythons == 0) in locate_python()
1458 if (num_installed_pythons == 0) /* We have somehow got here without searching for pythons */ in show_python_list()
[all …]