Home
last modified time | relevance | path

Searched defs:hKey (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/PC/
D_winreg.c1017 HKEY hKey; in PyConnectRegistry() local
1038 HKEY hKey; in PyCreateKey() local
1056 HKEY hKey; in PyCreateKeyEx() local
1079 HKEY hKey; in PyDeleteKey() local
1097 HKEY hKey; in PyDeleteKeyEx() local
1137 HKEY hKey; in PyDeleteValue() local
1158 HKEY hKey; in PyEnumKey() local
1191 HKEY hKey; in PyEnumValue() local
1309 HKEY hKey; in PyFlushKey() local
1327 HKEY hKey; in PyLoadKey() local
[all …]
/external/cronet/base/win/
Dregistry.cc58 static inline LSTATUS CreateKey(HKEY hKey, in CreateKey()
73 static inline LSTATUS OpenKey(HKEY hKey, in OpenKey()
81 static inline LSTATUS DeleteKey(HKEY hKey, in DeleteKey()
88 static inline LSTATUS QueryInfoKey(HKEY hKey, in QueryInfoKey()
106 static inline LSTATUS EnumKey(HKEY hKey, in EnumKey()
118 static inline LSTATUS CloseKey(HKEY hKey) { return ::RegCloseKey(hKey); } in CloseKey()
120 static inline LSTATUS QueryValue(HKEY hKey, in QueryValue()
130 static inline LSTATUS SetValue(HKEY hKey, in SetValue()
140 static inline LSTATUS DeleteValue(HKEY hKey, LPCWSTR lpValueName) { in DeleteValue()
144 static inline LSTATUS EnumValue(HKEY hKey, in EnumValue()
[all …]
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1435 HKEY hKey; in GetPythonVersions() local
1485 HKEY hKey; in HasLocalMachinePrivs() local
1706 HKEY hKey, hSubkey; in OpenLogfile() local
2338 HKEY hKey; in DeleteRegistryKey() local
2379 HKEY hKey; in DeleteRegistryValue() local
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp81 HKEY hKey; in MyRegDeleteKey() local
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp164 HKEY hKey; in getStringRegKey() local
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_init.c598 static int get_REG_SZ(HKEY hKey, const char *leafKeyName, char **outptr) in get_REG_SZ()
639 static int get_REG_SZ_9X(HKEY hKey, const char *leafKeyName, char **outptr) in get_REG_SZ_9X()
1362 HKEY hKey, hKeyEnum; in get_SuffixList_Windows() local
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp572 HKEY hKey; in SuccessPage_Show() local
2819 HKEY hKey; in LoadOptionalFeatureStatesFromKey() local
2855 HKEY hKey; in LoadTargetDirFromKey() local
2886 HKEY hKey; in LoadAssociateFilesStateFromKey() local
/external/pdfium/fxjs/
Dfxv8.cpp252 v8::Local<v8::String> hKey = in ReentrantHasObjectOwnPropertyHelper() local
/external/libcups/cups/
Dtls-sspi.c1893 HCRYPTKEY hKey = (HCRYPTKEY)NULL; /* Handle to crypto key */ in http_sspi_make_credentials() local