Home
last modified time | relevance | path

Searched refs:hKey (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/PC/
D_winreg.c1017 HKEY hKey; in PyConnectRegistry() local
1024 if (!PyHKEY_AsHKEY(obKey, &hKey, FALSE)) in PyConnectRegistry()
1027 rc = RegConnectRegistry(szCompName, hKey, &retKey); in PyConnectRegistry()
1038 HKEY hKey; in PyCreateKey() local
1045 if (!PyHKEY_AsHKEY(obKey, &hKey, FALSE)) in PyCreateKey()
1047 rc = RegCreateKey(hKey, subKey, &retKey); in PyCreateKey()
1056 HKEY hKey; in PyCreateKeyEx() local
1066 if (!PyHKEY_AsHKEY(obKey, &hKey, FALSE)) in PyCreateKeyEx()
1069 rc = RegCreateKeyEx(hKey, subKey, res, NULL, (DWORD)NULL, in PyCreateKeyEx()
1079 HKEY hKey; in PyDeleteKey() local
[all …]
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp81 HKEY hKey; in MyRegDeleteKey() local
93 err = RegOpenKeyEx( hKeyRoot, lpSubKey, 0, KEY_READ, &hKey ); in MyRegDeleteKey()
110 err = RegEnumKeyEx(hKey, 0, szName, &dwSize, NULL, NULL, NULL, &ftWrite); in MyRegDeleteKey()
125 err = RegEnumKeyEx( hKey, 0, szName, &dwSize, NULL, NULL, NULL, &ftWrite ); in MyRegDeleteKey()
134 RegCloseKey( hKey ); in MyRegDeleteKey()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1479 HKEY hKey; in GetPythonVersions() local
1485 0, KEY_READ, &hKey)) in GetPythonVersions()
1488 while (ERROR_SUCCESS == RegEnumKeyEx(hKey, index, in GetPythonVersions()
1522 RegCloseKey(hKey); in GetPythonVersions()
1529 HKEY hKey; in HasLocalMachinePrivs() local
1538 &hKey); in HasLocalMachinePrivs()
1540 RegCloseKey(hKey); in HasLocalMachinePrivs()
1750 HKEY hKey, hSubkey; in OpenLogfile() local
1768 &hKey, /* result key */ in OpenLogfile()
1812 result = RegCreateKeyEx(hKey, subkey_name, in OpenLogfile()
[all …]
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1435 HKEY hKey; in GetPythonVersions() local
1441 0, KEY_READ, &hKey)) in GetPythonVersions()
1444 while (ERROR_SUCCESS == RegEnumKeyEx(hKey, index, in GetPythonVersions()
1478 RegCloseKey(hKey); in GetPythonVersions()
1485 HKEY hKey; in HasLocalMachinePrivs() local
1494 &hKey); in HasLocalMachinePrivs()
1496 RegCloseKey(hKey); in HasLocalMachinePrivs()
1706 HKEY hKey, hSubkey; in OpenLogfile() local
1724 &hKey, /* result key */ in OpenLogfile()
1768 result = RegCreateKeyEx(hKey, subkey_name, in OpenLogfile()
[all …]
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp124 HKEY hKey; in getStringRegKey() local
129 nError = RegOpenKeyExA(HKEY_LOCAL_MACHINE, regKey.c_str(), 0, KEY_READ, &hKey); in getStringRegKey()
132 …nError = RegQueryValueExA(hKey, strValueName.c_str(), 0, DE_NULL, (LPBYTE)szBuffer, &dwBufferSize); in getStringRegKey()
/external/clang/lib/Driver/
DMSVCToolChain.cpp140 HKEY hKey = NULL; in getSystemRegistryString()
191 KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString()
193 lResult = readFullStringValue(hKey, valueName, value); in getSystemRegistryString()
200 RegCloseKey(hKey); in getSystemRegistryString()
209 RegOpenKeyExA(hRootKey, keyPath, 0, KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString()
211 lResult = readFullStringValue(hKey, valueName, value); in getSystemRegistryString()
216 RegCloseKey(hKey); in getSystemRegistryString()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp572 HKEY hKey; in SuccessPage_Show() local
578 &hKey in SuccessPage_Show()
581 res = RegQueryValueExW(hKey, L"LongPathsEnabled", nullptr, &dataType, in SuccessPage_Show()
583 RegCloseKey(hKey); in SuccessPage_Show()
2801 HKEY hKey; in LoadOptionalFeatureStatesFromKey() local
2805 res = RegOpenKeyExW(hkHive, subkey, 0, KEY_READ | KEY_WOW64_64KEY, &hKey); in LoadOptionalFeatureStatesFromKey()
2807 res = RegOpenKeyExW(hkHive, subkey, 0, KEY_READ | KEY_WOW64_32KEY, &hKey); in LoadOptionalFeatureStatesFromKey()
2817 res = RegQueryValueExW(hKey, p->regName, nullptr, nullptr, nullptr, nullptr); in LoadOptionalFeatureStatesFromKey()
2823 RegCloseKey(hKey); in LoadOptionalFeatureStatesFromKey()
2828 RegCloseKey(hKey); in LoadOptionalFeatureStatesFromKey()
[all …]
/external/pdfium/fxjs/
Dcfxjse_value.cpp200 v8::Local<v8::String> hKey = v8::String::NewFromUtf8( in HasObjectOwnProperty() local
203 return hObject.As<v8::Object>()->HasRealNamedProperty(hKey) || in HasObjectOwnProperty()
206 ->HasOwnProperty(m_pIsolate->GetCurrentContext(), hKey) in HasObjectOwnProperty()
/external/syzkaller/sys/windows/
Dwindows.txt1934 RegCloseKey(hKey ptr[inout, intptr])
1935 RegOverridePredefKey(hKey ptr[inout, intptr], hNewHKey ptr[inout, intptr])
1940 RegConnectRegistryA(lpMachineName ptr[inout, int8], hKey ptr[inout, intptr], phkResult ptr[inout, p…
1941 RegConnectRegistryExA(lpMachineName ptr[inout, int8], hKey ptr[inout, intptr], Flags int32, phkResu…
1942 RegCreateKeyA(hKey ptr[inout, intptr], lpSubKey ptr[inout, int8], phkResult ptr[inout, ptr[inout, i…
1943 RegCreateKeyExA(hKey ptr[inout, intptr], lpSubKey ptr[inout, int8], Reserved int32, lpClass ptr[ino…
1944 RegCreateKeyTransactedA(hKey ptr[inout, intptr], lpSubKey ptr[inout, int8], Reserved int32, lpClass…
1945 RegDeleteKeyA(hKey ptr[inout, intptr], lpSubKey ptr[inout, int8])
1946 RegDeleteKeyExA(hKey ptr[inout, intptr], lpSubKey ptr[inout, int8], samDesired int32, Reserved int3…
1947 RegDeleteKeyTransactedA(hKey ptr[inout, intptr], lpSubKey ptr[inout, int8], samDesired int32, Reser…
[all …]
/external/libcups/cups/
Dtls-sspi.c1899 HCRYPTKEY hKey = (HCRYPTKEY)NULL; /* Handle to crypto key */ in http_sspi_make_credentials() local
1960 if (!CryptGenKey(hProv, AT_KEYEXCHANGE, CRYPT_EXPORTABLE, &hKey)) in http_sspi_make_credentials()
2049 if (hKey) in http_sspi_make_credentials()
2050 CryptDestroyKey(hKey); in http_sspi_make_credentials()