/external/python/cpython3/PC/clinic/ |
D | winreg.c.h | 143 static HKEY 145 const Py_UNICODE *computer_name, HKEY key); 152 HKEY key; in winreg_ConnectRegistry() 153 HKEY _return_value; in winreg_ConnectRegistry() 191 static HKEY 192 winreg_CreateKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key); 198 HKEY key; in winreg_CreateKey() 200 HKEY _return_value; in winreg_CreateKey() 244 static HKEY 245 winreg_CreateKeyEx_impl(PyObject *module, HKEY key, [all …]
|
/external/python/cpython3/PC/ |
D | winreg.c | 20 static BOOL PyHKEY_AsHKEY(PyObject *ob, HKEY *pRes, BOOL bNoneOK); 22 static PyObject *PyHKEY_FromHKEY(HKEY h); 111 HKEY hkey; 146 RegCloseKey((HKEY)obkey->hkey); in PyHKEY_deallocFunc() 391 PyHKEY_New(HKEY hInit) in PyHKEY_New() 403 HKEY key; in PyHKEY_Close() 418 PyHKEY_AsHKEY(PyObject *ob, HKEY *pHANDLE, BOOL bNoneOK) in PyHKEY_AsHKEY() 427 *pHANDLE = (HKEY)0; in PyHKEY_AsHKEY() 436 *pHANDLE = (HKEY)PyLong_AsVoidPtr(ob); in PyHKEY_AsHKEY() 452 if (!PyHKEY_AsHKEY(ob, (HKEY *)p, FALSE)) in clinic_HKEY_converter() [all …]
|
/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() 119 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) in wpa_config_read_reg_dword() 136 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) in wpa_config_read_reg_string() 163 static int wpa_config_read_global_uuid(struct wpa_config *config, HKEY hk) in wpa_config_read_global_uuid() 182 HKEY hk) in wpa_config_read_global_os_version() 201 static int wpa_config_read_global(struct wpa_config *config, HKEY hk) in wpa_config_read_global() 294 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw, in wpa_config_read_network() 297 HKEY nhk; in wpa_config_read_network() 383 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 …]
|
/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 | FourthPage.cpp | 95 HKEY key = NULL; in OnSetActive() 151 HKEY key = NULL; in Commit()
|
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 | ServicesPage.cpp | 97 HKEY key = NULL; in OnSetActive() 170 HKEY key = NULL; in Commit()
|
D | ConfigPropertySheet.h | 97 HKEY m_statusKey;
|
/external/webrtc/rtc_base/win/ |
D | windows_version.cc | 41 RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) in RegKey() 56 LONG Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Create() 61 LONG CreateWithDisposition(HKEY rootkey, in CreateWithDisposition() 66 HKEY subhkey = NULL; in CreateWithDisposition() 80 LONG Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Open() 82 HKEY subhkey = NULL; in Open() 163 HKEY key_;
|
/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/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 226 #define HKEY(obj) ((uint64_t)(obj)) macro 227 #define FIND(type, obj) ((type *)find_object_data(HKEY(obj))) 329 map_object(HKEY(data->instance), data); in new_instance_data() 339 unmap_object(HKEY(data->instance)); in destroy_instance_data() 358 map_object(HKEY(physicalDevices[i]), instance_data); in instance_data_map_physical_devices() 360 unmap_object(HKEY(physicalDevices[i])); in instance_data_map_physical_devices() 372 map_object(HKEY(data->device), data); in new_device_data() 388 map_object(HKEY(data->queue), data); in new_queue_data() 409 unmap_object(HKEY(data->queue)); in destroy_queue() 458 unmap_object(HKEY(data->device)); in destroy_device_data() [all …]
|
/external/icu/icu4c/source/common/ |
D | wintz.cpp | 164 HKEY hKeyAllTimeZones = nullptr; in uprv_detectWindowsTimeZone() 188 HKEY hKeyTimeZoneSubKey = nullptr; in uprv_detectWindowsTimeZone()
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | check_gcp_environment_windows_test.cc | 35 bool check_windows_registry_product_name(HKEY root_key,
|
/external/libwebsockets/lib/plat/windows/ |
D | windows-resolv.c | 44 HKEY hKey, hSub; in lws_plat_asyncdns_init()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/alts/ |
D | check_gcp_environment_windows.cc | 39 bool check_windows_registry_product_name(HKEY root_key, in check_windows_registry_product_name()
|
/external/ImageMagick/MagickCore/ |
D | nt-feature.c | 129 HKEY in NTAcquireTypeCache() 130 reg_key = (HKEY) INVALID_HANDLE_VALUE; in NTAcquireTypeCache()
|
D | nt-base.c | 129 const HKEY 1007 static int NTGetRegistryValue(HKEY root,const char *key,DWORD flags, in NTGetRegistryValue() 1018 HKEY in NTGetRegistryValue() 1081 HKEY in NTLocateGhostscript() 1644 HKEY in NTLongPathsEnabled() 1650 registry_key=(HKEY) INVALID_HANDLE_VALUE; in NTLongPathsEnabled() 2031 HKEY in NTRegistryKeyLookup() 2047 registry_key=(HKEY) INVALID_HANDLE_VALUE; in NTRegistryKeyLookup()
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 148 HKEY hkey_root = (HKEY)-1; 1466 HKEY hkey; // Is this Python in HKCU or HKLM? 1475 static BOOL GetPythonVersions(HWND hwnd, HKEY hkRoot, LPSTR version) in GetPythonVersions() 1479 HKEY hKey; in GetPythonVersions() 1494 HKEY hk; in GetPythonVersions() 1529 HKEY hKey; in HasLocalMachinePrivs() 1750 HKEY hKey, hSubkey; in OpenLogfile() 2196 HKEY hk; in NeedAutoUAC() 2367 HKEY hKey; in DeleteRegistryKey() 2408 HKEY hKey; in DeleteRegistryValue()
|