Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Dmsvccompiler.py29 RegOpenKeyEx = _winreg.OpenKeyEx variable
41 RegOpenKeyEx = win32api.RegOpenKeyEx variable
63 handle = RegOpenKeyEx(base, key)
83 handle = RegOpenKeyEx(base, key)
141 h = RegOpenKeyEx(base, p)
Dmsvc9compiler.py30 RegOpenKeyEx = _winreg.OpenKeyEx variable
79 handle = RegOpenKeyEx(base, key)
100 handle = RegOpenKeyEx(base, key)
160 h = RegOpenKeyEx(base, p)
/external/python/cpython3/Lib/distutils/
Dmsvccompiler.py26 RegOpenKeyEx = winreg.OpenKeyEx variable
38 RegOpenKeyEx = win32api.RegOpenKeyEx variable
58 handle = RegOpenKeyEx(base, key)
78 handle = RegOpenKeyEx(base, key)
135 h = RegOpenKeyEx(base, p)
Dmsvc9compiler.py29 RegOpenKeyEx = winreg.OpenKeyEx variable
75 handle = RegOpenKeyEx(base, key)
96 handle = RegOpenKeyEx(base, key)
156 h = RegOpenKeyEx(base, p)
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_winreg.c58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk); in wpa_config_read_blobs()
294 ret = RegOpenKeyEx(hk, netw, 0, KEY_QUERY_VALUE, &nhk); in wpa_config_read_network()
382 ret = RegOpenKeyEx(hk, TEXT("networks"), 0, KEY_ENUMERATE_SUB_KEYS, in wpa_config_read_networks()
464 ret = RegOpenKeyEx(WPA_KEY_ROOT, buf, 0, KEY_QUERY_VALUE, &hk); in wpa_config_read()
647 ret = RegOpenKeyEx(hk, key, 0, KEY_ENUMERATE_SUB_KEYS | DELETE, &nhk); in wpa_config_delete_subkeys()
846 ret = RegOpenKeyEx(hk, TEXT("networks"), 0, KEY_CREATE_SUB_KEY, &nhk); in wpa_config_write_network()
1012 ret = RegOpenKeyEx(WPA_KEY_ROOT, buf, 0, KEY_SET_VALUE | DELETE, &hk); in wpa_config_write()
Dmain_winsvc.c72 ret = RegOpenKeyEx(_hk, name, 0, KEY_QUERY_VALUE, &hk); in read_interface()
149 ret = RegOpenKeyEx(WPA_KEY_ROOT, WPA_KEY_PREFIX, in wpa_supplicant_thread()
191 ret = RegOpenKeyEx(hk, TEXT("interfaces"), 0, KEY_ENUMERATE_SUB_KEYS, in wpa_supplicant_thread()
/external/libusb/msvc/
Dmissing.c50 rc = RegOpenKeyEx(HKEY_LOCAL_MACHINE, ENVIRONMENT_REG_PATH, 0, KEY_QUERY_VALUE, &hkey); in getenv()
/external/python/cpython2/PC/
Dgetpathp.c255 rc=RegOpenKeyEx(keyBase, in getpythonregpath()
282 rc=RegOpenKeyEx(newKey, in getpythonregpath()
D_winreg.c1364 rc = RegOpenKeyEx(hKey, subKey, res, sam, &retKey); in PyOpenKey()
/external/libcups/cups/
Dglobals.c231 if (!RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\cups.org", 0, KEY_READ, in cups_globals_alloc()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp110 ret = RegOpenKeyEx(WPA_KEY_ROOT, WPA_KEY_PREFIX TEXT("\\interfaces"), in addRegistryInterface()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1483 if (ERROR_SUCCESS != RegOpenKeyEx(hkRoot, in GetPythonVersions()
1506 if (ERROR_SUCCESS == RegOpenKeyEx(hkRoot, subkey_name, 0, KEY_READ, &hk)) { in GetPythonVersions()
1534 result = RegOpenKeyEx(HKEY_LOCAL_MACHINE, in HasLocalMachinePrivs()
2205 if (ERROR_SUCCESS != RegOpenKeyEx(HKEY_LOCAL_MACHINE, in NeedAutoUAC()
2386 result = RegOpenKeyEx(hkey_root, in DeleteRegistryKey()
2429 result = RegOpenKeyEx(hkey_root, in DeleteRegistryValue()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1439 if (ERROR_SUCCESS != RegOpenKeyEx(hkRoot, in GetPythonVersions()
1462 if (ERROR_SUCCESS == RegOpenKeyEx(hkRoot, subkey_name, 0, KEY_READ, &hk)) { in GetPythonVersions()
1490 result = RegOpenKeyEx(HKEY_LOCAL_MACHINE, in HasLocalMachinePrivs()
2161 if (ERROR_SUCCESS != RegOpenKeyEx(HKEY_LOCAL_MACHINE, in NeedAutoUAC()
2357 result = RegOpenKeyEx(hkey_root, in DeleteRegistryKey()
2400 result = RegOpenKeyEx(hkey_root, in DeleteRegistryValue()
/external/vulkan-validation-layers/layers/
Dvk_layer_config.cpp204 …LSTATUS err = RegOpenKeyEx(HKEY_CURRENT_USER, "Software\\Khronos\\Vulkan\\Settings", 0, KEY_READ, … in FindSettings()
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp93 err = RegOpenKeyEx( hKeyRoot, lpSubKey, 0, KEY_READ, &hKey ); in MyRegDeleteKey()
/external/wpa_supplicant_8/src/eap_peer/
Dtncc.c893 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS, in tncc_read_config_reg()
921 ret = RegOpenKeyEx(hk, name, 0, KEY_QUERY_VALUE, &hk2); in tncc_read_config_reg()
/external/lzma/CPP/Windows/
DRegistry.cpp44 LONG res = RegOpenKeyEx(parentKey, keyName, 0, accessMask, &key); in Open()
/external/webrtc/webrtc/base/
Dwin32regkey.cc293 LONG res = ::RegOpenKeyEx(parent_key, key_name, 0, sam_desired, &h_key); in Open()
Dproxydetect.cc625 LONG result = RegOpenKeyEx(HKEY_CLASSES_ROOT, L"http\\shell\\open\\command", in IsDefaultBrowserFirefox()
/external/libpcap/
Dpcap-npf.c1127 status = RegOpenKeyEx(HKEY_LOCAL_MACHINE, keyname, 0, KEY_READ, &dagkey); in pcap_activate_npf()
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c2427 ret = RegOpenKeyEx(HKEY_LOCAL_MACHINE, DEVLOAD_ACTIVE_KEY, 0, 0, &hk); in wpa_driver_ndis_set_wzc()
2445 ret = RegOpenKeyEx(hk, keyname, 0, 0, &hk2); in wpa_driver_ndis_set_wzc()
/external/libevent/
Devdns.c3824 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, WIN_NS_NT_KEY, 0, in load_nameservers_from_registry()
3829 r = RegOpenKeyEx(nt_key, TEXT("Interfaces"), 0, in load_nameservers_from_registry()
3844 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, WIN_NS_9X_KEY, 0, in load_nameservers_from_registry()
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c1675 …err = RegOpenKeyEx( HKEY_LOCAL_MACHINE, TEXT("SYSTEM\\CurrentControlSet\\Services\\lanmanserver\\p… in SetupNotifications()
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c2257 err = RegOpenKeyEx( HKEY_LOCAL_MACHINE, s, 0, KEY_READ, &descKey); in SetupNiceName()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...