HomeSort by relevance Sort by last modified time
    Searched defs:subkey (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/
registry.cc 159 RegKey::RegKey(HKEY rootkey, const tchar* subkey, REGSAM access)
163 this->Create(rootkey, subkey, access);
165 this->Open(rootkey, subkey, access);
167 assert(!subkey);
179 bool RegKey::Create(HKEY rootkey, const tchar* subkey, REGSAM access) {
181 return CreateWithDisposition(rootkey, subkey, &disposition_value, access);
184 bool RegKey::CreateWithDisposition(HKEY rootkey, const tchar* subkey,
186 assert(rootkey && subkey && access && disposition);
190 subkey,
206 bool RegKey::Open(HKEY rootkey, const tchar* subkey, REGSAM access)
223 HKEY subkey = NULL; local
236 HKEY subkey = NULL; local
    [all...]
  /external/openssl/crypto/krb5/
krb5_asn.h 201 ** subkey[6] EncryptionKey OPTIONAL,
214 KRB5_ENCKEY *subkey; member in struct:krb5_authenticator_st
  /external/openssl/include/openssl/
krb5_asn.h 201 ** subkey[6] EncryptionKey OPTIONAL,
214 KRB5_ENCKEY *subkey; member in struct:krb5_authenticator_st
  /external/ipsec-tools/src/racoon/
oakley.c 2783 int subkey; local
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 1447 $subkey = count($this->language_data['CACHED_KEYWORD_LISTS'][$key]) - 1; variable
    [all...]

Completed in 8751 milliseconds