Home
last modified time | relevance | path

Searched refs:HKEY (Results 1 - 25 of 44) sorted by relevance

12

/third_party/gn/src/base/win/
H A Dregistry.h30 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_ke
[all...]
H A Dregistry.cc43 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 ke
[all...]
/third_party/python/PC/clinic/
H A Dwinreg.c.h143 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 ke
[all...]
/third_party/lame/dshow/
H A DREG.H32 HKEY m_hKey;
33 HKEY m_hRootKey;
36 CRegKey(HKEY rootKey, PTSTR pName);
39 BOOL Open(HKEY rootKey, PTSTR pName);
40 BOOL Create(HKEY rootKey, PTSTR pName);
45 operator HKEY () const { return m_hKey; }; in operator HKEY()
62 CRegEnumKey(HKEY hKey) in CRegEnumKey()
88 HKEY m_hKey;
/third_party/python/PC/
H A Dwinreg.c21 static BOOL PyHKEY_AsHKEY(PyObject *ob, HKEY *pRes, BOOL bNoneOK);
23 static PyObject *PyHKEY_FromHKEY(HKEY h);
71 "HKEYType -- type object for HKEY objects\n"
84 "This object wraps a Windows HKEY object, automatically closing it when\n"
112 HKEY hkey;
147 RegCloseKey((HKEY)obkey->hkey); in PyHKEY_deallocFunc()
229 type = 'HKEY'
233 type = 'HKEY'
392 PyHKEY_New(HKEY hInit) in PyHKEY_New()
404 HKEY ke in PyHKEY_Close()
[all...]
H A Dlauncher2.c1389 _registryReadString(const wchar_t **dest, HKEY root, const wchar_t *subkey, const wchar_t *value) in _registryReadString()
1451 _registryReadLegacyEnvironment(const SearchInfo *search, HKEY root, EnvironmentInfo *env, const wchar_t *fallbackArch) in _registryReadLegacyEnvironment()
1525 _registryReadEnvironment(const SearchInfo *search, HKEY root, EnvironmentInfo *env, const wchar_t *fallbackArch) in _registryReadEnvironment()
1580 _registrySearchTags(const SearchInfo *search, EnvironmentInfo **result, HKEY root, int sortKey, const wchar_t *company, const wchar_t *fallbackArch) in _registrySearchTags()
1594 HKEY subkey; in _registrySearchTags()
1619 registrySearch(const SearchInfo *search, EnvironmentInfo **result, HKEY root, int sortKey, const wchar_t *fallbackArch) in registrySearch()
1637 HKEY subkey; in registrySearch()
1806 HKEY hive;
1882 HKEY root; in collectEnvironments()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_winreg.c50 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 h
[all...]
H A Dmain_winsvc.c61 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_standard/wpa_supplicant/
H A Dconfig_winreg.c50 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 h
[all...]
H A Dmain_winsvc.c61 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/lzma/CPP/Windows/
H A DRegistry.h12 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value);
16 HKEY _object;
21 operator HKEY() const { return _object; } in operator HKEY()
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();
H A DRegistry.cpp37 LONG CKey::Create(HKEY parentKey, LPCTSTR keyName, in Create()
43 HKEY key = NULL; in Create()
56 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask) throw() in Open()
59 HKEY key = NULL; in Open()
188 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) in SetValue()
/third_party/vulkan-loader/tests/framework/shim/
H A Dwindows_shim.cpp268 using PFN_RegOpenKeyExA = LSTATUS(__stdcall *)(HKEY hKey, LPCSTR lpSubKey, DWORD ulOptions, REGSAM samDesired, PHKEY phkResult);
270 using PFN_RegQueryValueExA = LSTATUS(__stdcall *)(HKEY hKey, LPCSTR lpValueName, LPDWORD lpReserved, LPDWORD lpType, LPBYTE lpData,
273 using PFN_RegEnumValueA = LSTATUS(__stdcall *)(HKEY hKey, DWORD dwIndex, LPSTR lpValueName, LPDWORD lpcchValueName,
277 using PFN_RegCloseKey = LSTATUS(__stdcall *)(HKEY hKey);
280 LSTATUS __stdcall ShimRegOpenKeyExA(HKEY hKey, LPCSTR lpSubKey, [[maybe_unused]] DWORD ulOptions, in ShimRegOpenKeyExA()
294 const std::string *get_path_of_created_key(HKEY hKey) { in get_path_of_created_key()
312 LSTATUS __stdcall ShimRegQueryValueExA(HKEY, LPCSTR, LPDWORD, LPDWORD, LPBYTE, LPDWORD) { in ShimRegQueryValueExA()
316 LSTATUS __stdcall ShimRegEnumValueA(HKEY hKey, DWORD dwIndex, LPSTR lpValueName, LPDWORD lpcchValueName, in ShimRegEnumValueA()
339 LSTATUS __stdcall ShimRegCloseKey(HKEY hKey) { in ShimRegCloseKey()
H A Dshim.h69 explicit HKeyHandle(const size_t value, const std::string& key_path) noexcept : key(HKEY{}), path(key_path) { in path()
70 key = reinterpret_cast<HKEY>(value);
73 HKEY get() const noexcept { return key; }
75 HKEY key{};
/third_party/mesa3d/src/intel/nullhw-layer/
H A Dintel_nullhw.c65 #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/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp229 #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(dat in destroy_device_data()
[all...]
/third_party/icu/icu4c/source/common/
H A Dwintz.cpp180 HKEY hKeyAllTimeZones = nullptr; in uprv_detectWindowsTimeZone()
204 HKEY hKeyTimeZoneSubKey = nullptr; in uprv_detectWindowsTimeZone()
/third_party/node/deps/icu-small/source/common/
H A Dwintz.cpp180 HKEY hKeyAllTimeZones = nullptr; in uprv_detectWindowsTimeZone()
204 HKEY hKeyTimeZoneSubKey = nullptr; in uprv_detectWindowsTimeZone()
/third_party/python/Lib/ctypes/
H A Dwintypes.py76 HKEY = HANDLE variable
179 PHKEY = ctypes.POINTER(HKEY)
/third_party/skia/third_party/externals/icu/source/common/
H A Dwintz.cpp180 HKEY hKeyAllTimeZones = nullptr; in uprv_detectWindowsTimeZone()
204 HKEY hKeyTimeZoneSubKey = nullptr; in uprv_detectWindowsTimeZone()
/third_party/lame/ACM/
H A DDecodeStream.cpp75 HKEY OssKey; in DecodeStream()
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp573 HKEY hKey; in SuccessPage_Show()
793 HKEY hkey = HKEY_LOCAL_MACHINE; in OnDetectPackageComplete()
2842 __in HKEY hkHive, in LoadOptionalFeatureStatesFromKey()
2845 HKEY hKey; in LoadOptionalFeatureStatesFromKey()
2878 __in HKEY hkHive, in LoadTargetDirFromKey()
2881 HKEY hKey; in LoadTargetDirFromKey()
2909 __in HKEY hkHive in LoadAssociateFilesStateFromKey()
2912 HKEY hKey; in LoadAssociateFilesStateFromKey()
2943 HKEY hkHive; in LoadOptionalFeatureStates()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h158 typedef HKEY handle_type;
/third_party/node/deps/cares/src/lib/
H A Dares_sysconfig.c94 static ares_bool_t get_REG_SZ(HKEY hKey, const char *leafKeyName, char **outptr) in get_REG_SZ()
528 HKEY hKey; in get_SuffixList_Windows()
529 HKEY hKeyEnum; in get_SuffixList_Windows()
/third_party/vulkan-loader/loader/
H A Dloader_windows.c171 HKEY hkrKey = INVALID_HANDLE_VALUE; in windows_get_device_registry_entry()
398 HKEY hive = DEFAULT_VK_REGISTRY_HIVE, key; in windows_get_registry_files()
1165 VkResult get_settings_path_if_exists_in_registry_key(const struct loader_instance *inst, char **out_path, HKEY key) { in get_settings_path_if_exists_in_registry_key()
1214 HKEY key = NULL; in windows_get_loader_settings_file_path()

Completed in 26 milliseconds

12