Searched refs:getpythonregpath (Results 1 – 3 of 3) sorted by relevance
148 getpythonregpath(HKEY keyBase, BOOL bWin32s) in getpythonregpath() function310 machinepath = getpythonregpath(HKEY_CLASSES_ROOT, TRUE); in calculate_path()313 machinepath = getpythonregpath(HKEY_LOCAL_MACHINE, FALSE); in calculate_path()314 userpath = getpythonregpath(HKEY_CURRENT_USER, FALSE); in calculate_path()
224 getpythonregpath(HKEY keyBase, int skipcore) in getpythonregpath() function515 machinepath = getpythonregpath(HKEY_LOCAL_MACHINE, skiphome); in calculate_path()516 userpath = getpythonregpath(HKEY_CURRENT_USER, skiphome); in calculate_path()
8759 - On Windows, getpythonregpath is now protected against null data in