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/wpa_supplicant_8/wpa_supplicant/
Dconfig_winreg.c58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk); in wpa_config_read_blobs()
292 ret = RegOpenKeyEx(hk, netw, 0, KEY_QUERY_VALUE, &nhk); in wpa_config_read_network()
380 ret = RegOpenKeyEx(hk, TEXT("networks"), 0, KEY_ENUMERATE_SUB_KEYS, in wpa_config_read_networks()
462 ret = RegOpenKeyEx(WPA_KEY_ROOT, buf, 0, KEY_QUERY_VALUE, &hk); in wpa_config_read()
639 ret = RegOpenKeyEx(hk, key, 0, KEY_ENUMERATE_SUB_KEYS | DELETE, &nhk); in wpa_config_delete_subkeys()
838 ret = RegOpenKeyEx(hk, TEXT("networks"), 0, KEY_CREATE_SUB_KEY, &nhk); in wpa_config_write_network()
1000 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.c1365 rc = RegOpenKeyEx(hKey, subKey, res, sam, &retKey); in PyOpenKey()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp110 ret = RegOpenKeyEx(WPA_KEY_ROOT, WPA_KEY_PREFIX TEXT("\\interfaces"), in addRegistryInterface()
/external/libcups/cups/
Dglobals.c231 if (!RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\cups.org", 0, KEY_READ, in cups_globals_alloc()
/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/windowsRuntimeInstaller/
Dconfigure_runtime.c305 if(RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall", in find_installations()
322 if(RegOpenKeyEx(hKey, name, 0, KEY_READ | KEY_WOW64_64KEY, &subKey) != ERROR_SUCCESS) { in find_installations()
/external/c-ares/
Dares_gethostbyaddr.c200 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, WIN_NS_NT_KEY, 0, KEY_READ, in file_lookup()
Dares_init.c585 if (RegOpenKeyEx(hKey, enumbuf, 0, KEY_QUERY_VALUE, &hVal) != in get_res_interfaces_nt()
844 if (RegOpenKeyEx( in init_by_resolv_conf()
849 RegOpenKeyEx(mykey, "Interfaces", 0, in init_by_resolv_conf()
878 if (RegOpenKeyEx( in init_by_resolv_conf()
Dares_gethostbyname.c357 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, WIN_NS_NT_KEY, 0, KEY_READ, in file_lookup()
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp93 err = RegOpenKeyEx( hKeyRoot, lpSubKey, 0, KEY_READ, &hKey ); in MyRegDeleteKey()
/external/wpa_supplicant_8/src/eap_peer/
Dtncc.c895 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS, in tncc_read_config_reg()
923 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/libpcap/
Dpcap-win32.c1118 status = RegOpenKeyEx(HKEY_LOCAL_MACHINE, keyname, 0, KEY_READ, &dagkey); in pcap_activate_win32()
/external/webrtc/webrtc/base/
Dproxydetect.cc625 LONG result = RegOpenKeyEx(HKEY_CLASSES_ROOT, L"http\\shell\\open\\command", in IsDefaultBrowserFirefox()
Dwin32regkey.cc293 LONG res = ::RegOpenKeyEx(parent_key, key_name, 0, sam_desired, &h_key); in Open()
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c2419 ret = RegOpenKeyEx(HKEY_LOCAL_MACHINE, DEVLOAD_ACTIVE_KEY, 0, 0, &hk); in wpa_driver_ndis_set_wzc()
2437 ret = RegOpenKeyEx(hk, keyname, 0, 0, &hk2); in wpa_driver_ndis_set_wzc()
/external/libevent/
Devdns.c3768 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, WIN_NS_NT_KEY, 0, in load_nameservers_from_registry()
3773 r = RegOpenKeyEx(nt_key, TEXT("Interfaces"), 0, in load_nameservers_from_registry()
3788 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/vulkan-validation-layers/loader/
Dloader.c461 rtn_value = RegOpenKeyEx(hive, loc, 0, access_flags, &key);
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c2257 err = RegOpenKeyEx( HKEY_LOCAL_MACHINE, s, 0, KEY_READ, &descKey); in SetupNiceName()