/third_party/gn/src/base/win/ |
D | registry.h | 30 explicit RegKey(HKEY key); 31 RegKey(HKEY rootkey, const char16_t* subkey, REGSAM access); 34 LONG Create(HKEY rootkey, const char16_t* subkey, REGSAM access); 36 LONG CreateWithDisposition(HKEY rootkey, 45 LONG Open(HKEY rootkey, const char16_t* subkey, REGSAM access); 54 void Set(HKEY key); 57 HKEY Take(); 124 HKEY Handle() const { return key_; } in Handle() 129 static LONG RegDeleteKeyExWrapper(HKEY hKey, 135 static LONG RegDelRecurse(HKEY root_key, [all …]
|
D | registry.cc | 43 RegKey::RegKey(HKEY key) : key_(key), wow64access_(0) {} in RegKey() 45 RegKey::RegKey(HKEY rootkey, const char16_t* subkey, REGSAM access) in RegKey() 62 LONG RegKey::Create(HKEY rootkey, const char16_t* subkey, REGSAM access) { in Create() 67 LONG RegKey::CreateWithDisposition(HKEY rootkey, in CreateWithDisposition() 72 HKEY subhkey = NULL; in CreateWithDisposition() 96 HKEY subkey = NULL; in CreateKey() 109 LONG RegKey::Open(HKEY rootkey, const char16_t* subkey, REGSAM access) { in Open() 111 HKEY subhkey = NULL; in Open() 134 HKEY subkey = NULL; in OpenKey() 157 void RegKey::Set(HKEY key) { in Set() [all …]
|
/third_party/python/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() 215 static HKEY 216 winreg_CreateKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key); 222 HKEY key; in winreg_CreateKey() 224 HKEY _return_value; in winreg_CreateKey() 292 static HKEY 293 winreg_CreateKeyEx_impl(PyObject *module, HKEY key, [all …]
|
/third_party/python/PC/ |
D | winreg.c | 21 static BOOL PyHKEY_AsHKEY(PyObject *ob, HKEY *pRes, BOOL bNoneOK); 23 static PyObject *PyHKEY_FromHKEY(HKEY h); 112 HKEY hkey; 147 RegCloseKey((HKEY)obkey->hkey); in PyHKEY_deallocFunc() 392 PyHKEY_New(HKEY hInit) in PyHKEY_New() 404 HKEY key; in PyHKEY_Close() 419 PyHKEY_AsHKEY(PyObject *ob, HKEY *pHANDLE, BOOL bNoneOK) in PyHKEY_AsHKEY() 428 *pHANDLE = (HKEY)0; in PyHKEY_AsHKEY() 437 *pHANDLE = (HKEY)PyLong_AsVoidPtr(ob); in PyHKEY_AsHKEY() 453 if (!PyHKEY_AsHKEY(ob, (HKEY *)p, FALSE)) in clinic_HKEY_converter() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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() 285 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw, in wpa_config_read_network() 288 HKEY nhk; in wpa_config_read_network() 374 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()
|
/third_party/boost/libs/log/src/windows/ |
D | event_log_registry.hpp | 101 HKEY hKey, in create_key() 115 HKEY hKey, in open_key() 125 HKEY hKey, in set_value() 135 static LSTATUS get_value(HKEY hKey, const char* lpValueName, DWORD& value) in get_value() 144 static LSTATUS get_value(HKEY hKey, const char* lpValueName, std::string& value) in get_value() 217 HKEY hKey, in create_key() 231 HKEY hKey, in open_key() 241 HKEY hKey, in set_value() 251 static LSTATUS get_value(HKEY hKey, const wchar_t* lpValueName, DWORD& value) in get_value() 260 static LSTATUS get_value(HKEY hKey, const wchar_t* lpValueName, std::wstring& value) in get_value() [all …]
|
/third_party/boost/tools/build/src/engine/ |
D | w32_getreg.cpp | 27 HKEY value; 40 static HKEY get_key(char const** path) in get_key() 64 HKEY key = get_key(&path); in builtin_system_registry() 130 static LIST* get_subkey_names(HKEY key, char const* path) in get_subkey_names() 160 static LIST* get_value_names(HKEY key, char const* path) in get_value_names() 192 HKEY key = get_key(&path); in builtin_system_registry_names()
|
/third_party/gstreamer/gstplugins_bad/sys/asio/ |
D | gstasioutils.cpp | 33 HKEY root_key = nullptr; in gst_asio_enum_check_class_root() 34 HKEY device_key = nullptr; in gst_asio_enum_check_class_root() 35 HKEY proc_server_key = nullptr; in gst_asio_enum_check_class_root() 84 gst_asio_enum_new_device_info_from_reg (HKEY reg_key, LPWSTR key_name) in gst_asio_enum_new_device_info_from_reg() 87 HKEY sub_key = nullptr; in gst_asio_enum_new_device_info_from_reg() 148 HKEY reg_key = nullptr; in gst_asio_enum()
|
/third_party/mesa3d/src/intel/nullhw-layer/ |
D | intel_nullhw.c | 65 #define HKEY(obj) ((uint64_t)(obj)) macro 66 #define FIND(type, obj) ((type *)find_object_data(HKEY(obj))) 193 map_object(HKEY(data->device), data); in new_device_data() 199 unmap_object(HKEY(data->device)); in destroy_device_data() 270 map_object(HKEY(data->instance), data); in new_instance_data() 276 unmap_object(HKEY(data->instance)); in destroy_instance_data()
|
/third_party/glib/gio/ |
D | gregistrysettingsbackend.c | 114 HKEY hpath; 776 registry_read (HKEY hpath, in registry_read() 925 HKEY hroot; 936 HKEY hroot; in g_registry_backend_write_one() 937 HKEY hpath; in g_registry_backend_write_one() 1093 HKEY hroot; in g_registry_backend_write() 1121 HKEY hroot; in g_registry_backend_write_tree() 1155 HKEY hpath; in g_registry_backend_reset() 1204 HKEY hpath; in g_registry_backend_get_writable() 1363 HKEY hpath, in registry_cache_update() [all …]
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 331 BOOST_WINAPI_DETAIL_DECLARE_HANDLE(HKEY); 335 …(::HKEY hKey, const char *lpSubKey, boost::winapi::DWORD_ ulOptions, boost::winapi::DWORD_ samDesi… 337 …(::HKEY hKey, const char *lpValueName, boost::winapi::DWORD_ *lpReserved, boost::winapi::DWORD_ *l… 338 BOOST_SYMBOL_IMPORT boost::ipwinapiext::LSTATUS BOOST_WINAPI_WINAPI_CC RegCloseKey(::HKEY hKey); 355 typedef ::HKEY HKEY_; 385 …turn ::RegOpenKeyExA(reinterpret_cast< ::HKEY >(hKey), lpSubKey, ulOptions, samDesired, reinterpre… in RegOpenKeyExA() 391 …return ::RegQueryValueExA(reinterpret_cast< ::HKEY >(hKey), lpValueName, lpReserved, lpType, lpDat… in RegQueryValueExA() 396 return ::RegCloseKey(reinterpret_cast< ::HKEY >(hKey)); in RegCloseKey()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 229 #define HKEY(obj) ((uint64_t)(obj)) macro 230 #define FIND(type, obj) ((type *)find_object_data(HKEY(obj))) 332 map_object(HKEY(data->instance), data); in new_instance_data() 342 unmap_object(HKEY(data->instance)); in destroy_instance_data() 361 map_object(HKEY(physicalDevices[i]), instance_data); in instance_data_map_physical_devices() 363 unmap_object(HKEY(physicalDevices[i])); in instance_data_map_physical_devices() 375 map_object(HKEY(data->device), data); in new_device_data() 391 map_object(HKEY(data->queue), data); in new_queue_data() 412 unmap_object(HKEY(data->queue)); in destroy_queue() 461 unmap_object(HKEY(data->device)); in destroy_device_data() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | wintz.cpp | 180 HKEY hKeyAllTimeZones = nullptr; in uprv_detectWindowsTimeZone() 204 HKEY hKeyTimeZoneSubKey = nullptr; in uprv_detectWindowsTimeZone()
|
/third_party/icu/icu4c/source/common/ |
D | wintz.cpp | 180 HKEY hKeyAllTimeZones = nullptr; in uprv_detectWindowsTimeZone() 204 HKEY hKeyTimeZoneSubKey = nullptr; in uprv_detectWindowsTimeZone()
|
/third_party/node/deps/icu-small/source/common/ |
D | wintz.cpp | 180 HKEY hKeyAllTimeZones = nullptr; in uprv_detectWindowsTimeZone() 204 HKEY hKeyTimeZoneSubKey = nullptr; in uprv_detectWindowsTimeZone()
|
/third_party/grpc/test/core/security/ |
D | check_gcp_environment_windows_test.cc | 35 bool check_windows_registry_product_name(HKEY root_key,
|
/third_party/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()
|
/third_party/python/Lib/ctypes/ |
D | wintypes.py | 76 HKEY = HANDLE variable 179 PHKEY = ctypes.POINTER(HKEY)
|
/third_party/libusb/libusb/os/ |
D | windows_winusb.h | 262 DLL_DECLARE_FUNC_PREFIXED(WINAPI, LONG, p, RegQueryValueExW, (HKEY, LPCWSTR, LPDWORD, LPDWORD, LPBY… 263 DLL_DECLARE_FUNC_PREFIXED(WINAPI, LONG, p, RegCloseKey, (HKEY)); 282 DLL_DECLARE_FUNC_PREFIXED(WINAPI, HKEY, p, SetupDiOpenDevRegKey, (HDEVINFO, PSP_DEVINFO_DATA, DWORD… 283 DLL_DECLARE_FUNC_PREFIXED(WINAPI, HKEY, p, SetupDiOpenDeviceInterfaceRegKey, (HDEVINFO, PSP_DEVICE_…
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/ |
D | SDL_mmjoystick.c | 84 HKEY hTopKey; in GetJoystickName() 85 HKEY hKey; in GetJoystickName()
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/windows/ |
D | SDL_windows.c | 157 HKEY hkey; in WIN_LookupAudioDeviceName()
|
/third_party/node/deps/cares/src/lib/ |
D | ares_init.c | 577 static int get_REG_SZ(HKEY hKey, const char *leafKeyName, char **outptr) in get_REG_SZ() 618 static int get_REG_SZ_9X(HKEY hKey, const char *leafKeyName, char **outptr) in get_REG_SZ_9X() 668 static int get_enum_REG_SZ(HKEY hKeyParent, const char *leafKeyName, in get_enum_REG_SZ() 674 HKEY hKeyEnum; in get_enum_REG_SZ() 712 HKEY hKey_VxD_MStcp; in get_DNS_Registry_9X() 743 HKEY hKey_Interfaces = NULL; in get_DNS_Registry_NT() 744 HKEY hKey_Tcpip_Parameters; in get_DNS_Registry_NT() 1341 HKEY hKey, hKeyEnum; in get_SuffixList_Windows()
|