Home
last modified time | relevance | path

Searched refs:hkey2 (Results 1 – 17 of 17) sorted by relevance

/dports/math/R/R-4.1.2/src/gnuwin32/front-ends/
H A DRSetReg.c42 HKEY hkey, hkey2; in main() local
137 rc = RegCreateKey(hkey, version, &hkey2); in main()
140 rc = RegSetValueEx(hkey2, "InstallPath", 0, REG_SZ, in main()
142 RegCloseKey(hkey2); in main()
161 rc = RegCreateKey(hkey, version, &hkey2); in main()
163 rc = RegSetValueEx(hkey2, "InstallPath", 0, REG_SZ, in main()
165 RegCloseKey(hkey2); in main()
/dports/math/libRmath/R-4.1.1/src/gnuwin32/front-ends/
H A DRSetReg.c42 HKEY hkey, hkey2; in main() local
137 rc = RegCreateKey(hkey, version, &hkey2); in main()
140 rc = RegSetValueEx(hkey2, "InstallPath", 0, REG_SZ, in main()
142 RegCloseKey(hkey2); in main()
161 rc = RegCreateKey(hkey, version, &hkey2); in main()
163 rc = RegSetValueEx(hkey2, "InstallPath", 0, REG_SZ, in main()
165 RegCloseKey(hkey2); in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/activex/
H A Dso_activex.cxx363 HRegKey hkey2; in DllRegisterServerNative_Impl() local
365 nKeyAccess, nullptr, &hkey2, nullptr)); in DllRegisterServerNative_Impl()
389 HRegKey hkey2; in DllRegisterServerNative_Impl() local
391 REG_OPTION_NON_VOLATILE, nKeyAccess, nullptr, &hkey2, in DllRegisterServerNative_Impl()
393 s.upd(createKey(hkey2, "ProxyStubClsid", nKeyAccess, aProxyStubWinPeer)); in DllRegisterServerNative_Impl()
394 s.upd(createKey(hkey2, "ProxyStubClsid32", nKeyAccess, aProxyStubWinPeer)); in DllRegisterServerNative_Impl()
395 s.upd(createKey(hkey2, "TypeLib", nKeyAccess, aTypeLib, "Version", "1.0")); in DllRegisterServerNative_Impl()
399 HRegKey hkey2; in DllRegisterServerNative_Impl() local
401 REG_OPTION_NON_VOLATILE, nKeyAccess, nullptr, &hkey2, in DllRegisterServerNative_Impl()
410 HRegKey hkey2; in DllRegisterServerNative_Impl() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/activex/
H A Dso_activex.cxx362 HRegKey hkey2; in DllRegisterServerNative_Impl() local
364 nKeyAccess, nullptr, &hkey2, nullptr)); in DllRegisterServerNative_Impl()
388 HRegKey hkey2; in DllRegisterServerNative_Impl() local
390 REG_OPTION_NON_VOLATILE, nKeyAccess, nullptr, &hkey2, in DllRegisterServerNative_Impl()
392 s.upd(createKey(hkey2, "ProxyStubClsid", nKeyAccess, aProxyStubWinPeer)); in DllRegisterServerNative_Impl()
393 s.upd(createKey(hkey2, "ProxyStubClsid32", nKeyAccess, aProxyStubWinPeer)); in DllRegisterServerNative_Impl()
394 s.upd(createKey(hkey2, "TypeLib", nKeyAccess, aTypeLib, "Version", "1.0")); in DllRegisterServerNative_Impl()
398 HRegKey hkey2; in DllRegisterServerNative_Impl() local
400 REG_OPTION_NON_VOLATILE, nKeyAccess, nullptr, &hkey2, in DllRegisterServerNative_Impl()
409 HRegKey hkey2; in DllRegisterServerNative_Impl() local
[all …]
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dhmac_link.c131 dst_hmacmd5_key_t *hkey1, *hkey2; in hmacmd5_compare() local
134 hkey2 = key2->keydata.hmacmd5; in hmacmd5_compare()
136 if (hkey1 == NULL && hkey2 == NULL) in hmacmd5_compare()
440 dst_hmacsha1_key_t *hkey1, *hkey2; in hmacsha1_compare() local
443 hkey2 = key2->keydata.hmacsha1; in hmacsha1_compare()
445 if (hkey1 == NULL && hkey2 == NULL) in hmacsha1_compare()
736 hkey2 = key2->keydata.hmacsha224; in hmacsha224_compare()
738 if (hkey1 == NULL && hkey2 == NULL) in hmacsha224_compare()
1023 hkey2 = key2->keydata.hmacsha256; in hmacsha256_compare()
1310 hkey2 = key2->keydata.hmacsha384; in hmacsha384_compare()
[all …]
/dports/devel/brz/breezy-3.2.0/tools/win32/
H A Dbrz_postinstall.py310 hkey2 = _winreg.CreateKey(hkey, 'command')
311 _winreg.SetValue(hkey2, '', _winreg.REG_SZ,
315 _winreg.CloseKey(hkey2)
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Dhmac_link.c256 dst_hmac_key_t *hkey1, *hkey2; in hmac_compare() local
259 hkey2 = key2->keydata.hmac_key; in hmac_compare()
261 if (hkey1 == NULL && hkey2 == NULL) { in hmac_compare()
263 } else if (hkey1 == NULL || hkey2 == NULL) { in hmac_compare()
267 return (isc_safe_memequal(hkey1->key, hkey2->key, in hmac_compare()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dhmac_link.c252 dst_hmac_key_t *hkey1, *hkey2; in hmac_compare() local
255 hkey2 = key2->keydata.hmac_key; in hmac_compare()
257 if (hkey1 == NULL && hkey2 == NULL) { in hmac_compare()
259 } else if (hkey1 == NULL || hkey2 == NULL) { in hmac_compare()
263 return (isc_safe_memequal(hkey1->key, hkey2->key, in hmac_compare()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Dhmac_link.c247 dst_hmac_key_t *hkey1, *hkey2; in hmac_compare() local
250 hkey2 = key2->keydata.hmac_key; in hmac_compare()
252 if (hkey1 == NULL && hkey2 == NULL) { in hmac_compare()
254 } else if (hkey1 == NULL || hkey2 == NULL) { in hmac_compare()
258 return (isc_safe_memequal(hkey1->key, hkey2->key, in hmac_compare()
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Dhmac_link.c256 dst_hmac_key_t *hkey1, *hkey2; in hmac_compare() local
259 hkey2 = key2->keydata.hmac_key; in hmac_compare()
261 if (hkey1 == NULL && hkey2 == NULL) { in hmac_compare()
263 } else if (hkey1 == NULL || hkey2 == NULL) { in hmac_compare()
267 return (isc_safe_memequal(hkey1->key, hkey2->key, in hmac_compare()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dos.c104 HKEY hkey2; in setRegistryEntry() local
107 ret2 = RegCreateKey(HKEY_LOCAL_MACHINE, key, &hkey2); in setRegistryEntry()
115 ret2 = RegSetValue(hkey2, NULL, REG_SZ, value, strlen(value)+1); in setRegistryEntry()
/dports/security/py-ssh-audit/ssh-audit-2.5.0/test/
H A Dtest_ssh1.py112 for hkey2 in ([], [0], [0, 1], [0, 1, 2, 3]):
114 print(hkey2)
115 pkm = self.PublicKeyMessage(cookie, skey, hkey2, pflags, cmask, amask)
/dports/dns/libbind/libbind-6.0/dst/
H A Dhmac_link.c418 HMAC_Key *hkey2 = (HMAC_Key *) key2->dk_KEY_struct; in dst_hmac_md5_compare_keys() local
419 return memcmp(hkey1->hk_ipad, hkey2->hk_ipad, HMAC_LEN); in dst_hmac_md5_compare_keys()
/dports/net/ntp/ntp-4.2.8p15/ports/winnt/ntpd/
H A Dnt_ppsimpl.c82 HKEY hkey2 = NULL; in myRegOpenKey() local
91 rc = RegOpenKeyExA(hkey1, szSubKey, 0, KEY_READ, &hkey2); in myRegOpenKey()
95 return hkey2; in myRegOpenKey()
/dports/www/phpsysinfo/phpsysinfo-3.3.4/includes/os/
H A Dclass.WINNT.inc.php327 … $hkey2 = $hkey."\\".$scsiport."\\".$scsibus."\\".$scsitar."\\".$scsilog."\\";
328 …nFunctions::readReg($this->_reg, $hkey2."DeviceType", $typeBuf, false) || CommonFunctions::readReg…
331 … && CommonFunctions::readReg($this->_reg, $hkey2."Identifier", $ideBuf, false)) {
334 … && (CommonFunctions::readReg($this->_reg, $hkey2."SerialNumber", $serBuf, false))
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Dsetup.c1036 HKEY reg_key, hkey, hkey2; in get_dbx_source() local
1064 …if (RegOpenKeyExW(hkey, L"Software\\Microsoft\\Outlook Express\\5.0", 0, KEY_READ, &hkey2) != ERRO… in get_dbx_source()
1070 if (RegQueryValueExW(hkey2, L"Store Root", 0, &type, 0, &size) != ERROR_SUCCESS) in get_dbx_source()
1077 if (RegQueryValueExW(hkey2, L"Store Root", 0, &type, (LPBYTE)store, &size) != ERROR_SUCCESS) { in get_dbx_source()
1107 RegCloseKey(hkey2); in get_dbx_source()
/dports/mail/assp/assp-1.9.9.14158/ASSP_1.9.9_14158_install/ASSP/
H A Dassp.pl11268 my ($hkey,$hkey2);
11275 if($hkey->Open($h,$hkey2)) {
11277 $hkey2->Close();
11290 next unless $hkey->Open($_,$hkey2);
11292 $hkey2->GetValues(\%values);
11293 $hkey2->Close();