Home
last modified time | relevance | path

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

/external/chromium/base/win/
Dregistry.cc24 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) in RegKey() argument
30 Create(rootkey, subkey, access); in RegKey()
32 Open(rootkey, subkey, access); in RegKey()
34 DCHECK(!subkey); in RegKey()
42 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Create() argument
44 return CreateWithDisposition(rootkey, subkey, &disposition_value, access); in Create()
47 LONG RegKey::CreateWithDisposition(HKEY rootkey, const wchar_t* subkey, in CreateWithDisposition() argument
50 DCHECK(rootkey && subkey && access && disposition); in CreateWithDisposition()
53 LONG result = RegCreateKeyEx(rootkey, subkey, 0, NULL, in CreateWithDisposition()
59 LONG RegKey::Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Open() argument
[all …]
Dregistry.h28 RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access);
31 LONG Create(HKEY rootkey, const wchar_t* subkey, REGSAM access);
33 LONG CreateWithDisposition(HKEY rootkey, const wchar_t* subkey,
36 LONG Open(HKEY rootkey, const wchar_t* subkey, REGSAM access);
/external/chromium/net/proxy/
Dproxy_config_service_win.cc56 bool CreateRegKey(HKEY rootkey, const wchar_t* subkey) { in CreateRegKey() argument
57 return key_.Create(rootkey, subkey, KEY_NOTIFY) == ERROR_SUCCESS; in CreateRegKey()
125 const wchar_t* subkey) { in AddKeyToWatchList() argument
127 if (!entry->CreateRegKey(rootkey, subkey)) in AddKeyToWatchList()
Dproxy_config_service_win.h61 bool AddKeyToWatchList(HKEY rootkey, const wchar_t* subkey);
/external/icu4c/tools/genpname/
Dpreparse.pl159 for my $subkey (sort keys %$hh) {
160 print "$key:$subkey:", $hh->{$subkey}, "\n";
456 for my $subkey (sort keys %$hh) {
457 print "$key:$subkey:", $hh->{$subkey}, "\n";
748 for my $subkey (sort keys %$hh) {
752 my $n = $gcCount{$subkey};
755 $err .= "Warning: Enum for value $prop:$subkey not found in uchar.h\n"
/external/chromium/chrome/browser/autofill/
Dautofill_ie_toolbar_import_win_unittest.cc101 RegKey subkey; in CreateSubkey() local
102 subkey.Create(key->Handle(), subkey_name, KEY_ALL_ACCESS); in CreateSubkey()
103 EXPECT_TRUE(subkey.Valid()); in CreateSubkey()
105 EncryptAndWrite(&subkey, values + i); in CreateSubkey()
/external/chromium/base/debug/
Ddebugger_win.cc20 bool RegReadString(HKEY root, const wchar_t* subkey, in RegReadString() argument
23 DWORD res = RegOpenKeyEx(root, subkey, 0, KEY_READ, &key); in RegReadString()
/external/dropbear/libtomcrypt/src/ciphers/
Dkasumi.c39 static u16 FI( u16 in, u16 subkey ) in FI() argument
94 seven ^= (subkey>>9); in FI()
95 nine ^= (subkey&0x1FF); in FI()
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.c866 wchar_t *subkey; in RegOpenKeyExA() local
872 subkey = _dbus_win_utf8_to_utf16 (lpSubKey, NULL); in RegOpenKeyExA()
873 if (!subkey) in RegOpenKeyExA()
877 subkey = NULL; in RegOpenKeyExA()
879 result = RegOpenKeyEx (hKey, subkey, ulOptions, samDesired, phkResult); in RegOpenKeyExA()
882 dbus_free (subkey); in RegOpenKeyExA()
/external/openssl/include/openssl/
Dkrb5_asn.h214 KRB5_ENCKEY *subkey; member
/external/openssl/crypto/krb5/
Dkrb5_asn.h214 KRB5_ENCKEY *subkey; member
Dkrb5_asn.c153 ASN1_EXP_OPT(KRB5_AUTHENTBODY, subkey, KRB5_ENCKEY, 6),
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-Windows.txt277 parameters and a 'interfaces' subkey with all the interface configuration
278 (adapter to confname mapping). Each such mapping is a subkey that has
308 networks as a subkey. Each network has set of values in the same way as
309 network block in the configuration file. In addition, blobs subkey has
/external/ipsec-tools/src/racoon/
Doakley.c2699 int subkey; local
2722 subkey = 1;
2736 subkey);
2755 subkey++;
/external/chromium/third_party/libevent/
Devdns.c2913 config_nameserver_from_reg_key(HKEY key, const char *subkey) in config_nameserver_from_reg_key() argument
2919 if (RegQueryValueEx(key, subkey, 0, &type, NULL, &bufsz) in config_nameserver_from_reg_key()
2925 if (RegQueryValueEx(key, subkey, 0, &type, (LPBYTE)buf, &bufsz) in config_nameserver_from_reg_key()
/external/libvpx/examples/includes/geshi/
Dgeshi.php1447 $subkey = count($this->language_data['CACHED_KEYWORD_LISTS'][$key]) - 1;
1448 … $this->language_data['CACHED_KEYWORD_LISTS'][$key][$subkey] .= '|' . preg_quote($word, '/');
/external/openssl/crypto/des/asm/
Ddes_enc.m41214 add in1, 120, in3 ! use last subkey for first round
1722 add in4, 120, in4 ! for decryption we use last subkey first