/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_winreg.c | 50 static int wpa_config_read_blobs(struct wpa_config *config, HKEY hk) in wpa_config_read_blobs() 54 HKEY bhk; in wpa_config_read_blobs() 120 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) in wpa_config_read_reg_dword() 137 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) in wpa_config_read_reg_string() 164 static int wpa_config_read_global_uuid(struct wpa_config *config, HKEY hk) in wpa_config_read_global_uuid() 183 HKEY hk) in wpa_config_read_global_os_version() 202 static int wpa_config_read_global(struct wpa_config *config, HKEY hk) in wpa_config_read_global() 283 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw, in wpa_config_read_network() 286 HKEY nhk; in wpa_config_read_network() 372 static int wpa_config_read_networks(struct wpa_config *config, HKEY hk) in wpa_config_read_networks() [all …]
|
D | main_winsvc.c | 61 static int read_interface(struct wpa_global *global, HKEY _hk, in read_interface() 64 HKEY hk; in read_interface() 139 HKEY hk, ihk; in wpa_supplicant_thread()
|
/external/lzma/CPP/Windows/ |
D | Registry.h | 12 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value); 16 HKEY _object; 21 operator HKEY() const { return _object; } in HKEY() function 22 void Attach(HKEY key) { _object = key; } in Attach() 23 HKEY Detach() in Detach() 25 HKEY key = _object; in Detach() 30 LONG Create(HKEY parentKey, LPCTSTR keyName, 35 LONG Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS) throw();
|
D | Registry.cpp | 21 LONG CKey::Create(HKEY parentKey, LPCTSTR keyName, in Create() 27 HKEY key = NULL; in Create() 40 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask) throw() in Open() 43 HKEY key = NULL; in Open() 172 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) in SetValue()
|
/external/python/cpython2/PC/ |
D | _winreg.c | 20 static BOOL PyHKEY_AsHKEY(PyObject *ob, HKEY *pRes, BOOL bNoneOK); 21 static PyObject *PyHKEY_FromHKEY(HKEY h); 388 HKEY hkey; 423 RegCloseKey((HKEY)obkey->hkey); in PyHKEY_deallocFunc() 602 PyHKEY_New(HKEY hInit) in PyHKEY_New() 621 rc = key->hkey ? RegCloseKey((HKEY)key->hkey) : ERROR_SUCCESS; in PyHKEY_Close() 629 PyHKEY_AsHKEY(PyObject *ob, HKEY *pHANDLE, BOOL bNoneOK) in PyHKEY_AsHKEY() 638 *pHANDLE = (HKEY)0; in PyHKEY_AsHKEY() 647 *pHANDLE = (HKEY)PyLong_AsVoidPtr(ob); in PyHKEY_AsHKEY() 661 PyHKEY_FromHKEY(HKEY h) in PyHKEY_FromHKEY() [all …]
|
D | import_nt.c | 36 HKEY keyBase = HKEY_CURRENT_USER; in PyWin_FindRegisteredModule()
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | SecondPage.h | 79 HKEY key, 90 Commit( CComboBox & box, HKEY key, DWORD enabled ); 96 RegQueryString( HKEY key, CString valueName, CString & value ); 102 HKEY m_setupKey;
|
D | RegistrationPage.h | 65 HKEY m_hostnameSetupKey; 66 HKEY m_registrationSetupKey; 67 HKEY m_statusKey;
|
D | SecondPage.cpp | 172 CSecondPage::Commit( CComboBox & box, HKEY key, DWORD enabled ) in Commit() 175 HKEY subKey = NULL; in Commit() 382 CSecondPage::Populate( CComboBox & box, HKEY key, StringList & l ) in Populate() 385 HKEY subKey = NULL; in Populate() 480 HKEY key = NULL; in CreateKey() 506 CSecondPage::RegQueryString( HKEY key, CString valueName, CString & value ) in RegQueryString()
|
D | ControlPanelExe.cpp | 75 DEBUG_LOCAL OSStatus MyRegDeleteKey( HKEY hKeyRoot, LPTSTR lpSubKey ) in MyRegDeleteKey() 81 HKEY hKey; in MyRegDeleteKey() 176 HKEY rootKey; in Register() 186 HKEY key; in Register()
|
D | BrowsingPage.cpp | 97 HKEY key = NULL; in OnSetActive() 98 HKEY subKey = NULL; in OnSetActive() 209 HKEY key = NULL; in Commit() 210 HKEY subKey = NULL; in Commit()
|
D | FourthPage.cpp | 95 HKEY key = NULL; in OnSetActive() 151 HKEY key = NULL; in Commit()
|
D | ServicesPage.cpp | 97 HKEY key = NULL; in OnSetActive() 170 HKEY key = NULL; in Commit()
|
D | ConfigPropertySheet.h | 97 HKEY m_statusKey;
|
/external/webrtc/webrtc/base/ |
D | win32regkey.h | 45 HRESULT Create(HKEY parent_key, const wchar_t* key_name); 47 HRESULT Create(HKEY parent_key, 56 HRESULT Open(HKEY parent_key, const wchar_t* key_name); 58 HRESULT Open(HKEY parent_key, const wchar_t* key_name, REGSAM sam_desired); 272 HKEY key() { return h_key_; } in key() 278 static HKEY GetRootKeyInfo(std::wstring* full_key_name); 329 HKEY h_key_;
|
D | win32regkey.cc | 38 HRESULT RegKey::Create(HKEY parent_key, const wchar_t* key_name) { in Create() 48 HRESULT RegKey::Open(HKEY parent_key, const wchar_t* key_name) { in Open() 256 HRESULT RegKey::Create(HKEY parent_key, in Create() 267 HKEY h_key = NULL; in Create() 286 HRESULT RegKey::Open(HKEY parent_key, in Open() 292 HKEY h_key = NULL; in Open() 313 HKEY h_key = GetRootKeyInfo(&key_name); in Save() 338 HKEY h_key = GetRootKeyInfo(&key_name); in Restore() 373 HKEY h_key = GetRootKeyInfo(&key_name); in FlushKey() 393 HKEY h_key = GetRootKeyInfo(&key_name); in SetValueStaticHelper() [all …]
|
/external/icu/icu4c/source/common/ |
D | wintz.c | 99 HKEY hkey; in detectWindowsType() 122 static LONG openTZRegKey(HKEY *hkey, const char *winid) in openTZRegKey() 157 HKEY hkey; in getTZI() 179 HKEY hkey; in getSTDName() 199 HKEY hkey; in getTZKeyName()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | list_ports_windows.py | 19 from ctypes.wintypes import HKEY 104 SetupDiOpenDevRegKey.restype = HKEY 108 RegCloseKey.argtypes = [HKEY] 112 RegQueryValueEx.argtypes = [HKEY, LPCSTR, LPDWORD, LPDWORD, LPBYTE, LPDWORD]
|
/external/libusb/msvc/ |
D | missing.c | 38 HKEY hkey; in getenv()
|
/external/vulkan-validation-layers/windowsRuntimeInstaller/ |
D | configure_runtime.c | 223 HKEY hKey; in add_explicit_layers() 304 HKEY hKey; in find_installations() 321 HKEY subKey; in find_installations() 485 HKEY hKey; in remove_explicit_layers()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 148 HKEY hkey_root = (HKEY)-1; 1422 HKEY hkey; // Is this Python in HKCU or HKLM? 1431 static BOOL GetPythonVersions(HWND hwnd, HKEY hkRoot, LPSTR version) in GetPythonVersions() 1435 HKEY hKey; in GetPythonVersions() 1450 HKEY hk; in GetPythonVersions() 1485 HKEY hKey; in HasLocalMachinePrivs() 1706 HKEY hKey, hSubkey; in OpenLogfile() 2152 HKEY hk; in NeedAutoUAC() 2338 HKEY hKey; in DeleteRegistryKey() 2379 HKEY hKey; in DeleteRegistryValue()
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 193 DEBUG_LOCAL HKEY gDescKey = NULL; 195 DEBUG_LOCAL HKEY gTcpipKey = NULL; 197 DEBUG_LOCAL HKEY gDdnsKey = NULL; 199 DEBUG_LOCAL HKEY gFileSharingKey = NULL; 201 DEBUG_LOCAL HKEY gFirewallKey = NULL; 203 DEBUG_LOCAL HKEY gAdvertisedServicesKey = NULL; 514 HKEY key; in SetServiceParameters() 559 HKEY key; in GetServiceParameters() 605 HKEY key = NULL; in CheckFirewall() 940 HKEY key; in ServiceSetupEventLogging() [all …]
|
/external/python/cpython2/PC/VS7.1/ |
D | make_buildinfo.c | 25 HKEY hTortoise; in make_buildinfo2()
|
/external/python/cpython2/PC/VS8.0/ |
D | make_buildinfo.c | 27 HKEY hTortoise; in make_buildinfo2()
|
/external/python/cpython2/PC/VS9.0/ |
D | make_buildinfo.c | 27 HKEY hTortoise; in make_buildinfo2()
|