Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c189 #define IP_VERSION_SIZE 8 macro
190 #define IP_SIZE (IP_BASE_SIZE + IP_VERSION_SIZE)
230 wchar_t ip_version[IP_VERSION_SIZE]; in locate_pythons_for_key()
242 status = RegEnumKeyW(core_root, i, ip_version, IP_VERSION_SIZE); in locate_pythons_for_key()