Searched refs:machine_path (Results 1 – 1 of 1) sorted by relevance
125 wchar_t *machine_path; /* from HKEY_LOCAL_MACHINE */ member777 calculate->machine_path = getpythonregpath(HKEY_LOCAL_MACHINE, skiphome); in calculate_module_search_path()784 calculate->machine_path != NULL || in calculate_module_search_path()817 if (calculate->machine_path) { in calculate_module_search_path()818 bufsz += wcslen(calculate->machine_path) + 1; in calculate_module_search_path()864 if (calculate->machine_path) { in calculate_module_search_path()865 if (wcscpy_s(buf, bufsz - (buf - start_buf), calculate->machine_path)) { in calculate_module_search_path()1011 PyMem_RawFree(calculate->machine_path); in calculate_free()