/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | config_winreg.c | 50 static int wpa_config_read_blobs(struct wpa_config *config, HKEY hk) in wpa_config_read_blobs() argument 58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk); in wpa_config_read_blobs() 119 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) in wpa_config_read_reg_dword() argument 125 ret = RegQueryValueEx(hk, name, NULL, NULL, (LPBYTE) &val, &buflen); in wpa_config_read_reg_dword() 136 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) in wpa_config_read_reg_string() argument 143 ret = RegQueryValueEx(hk, name, NULL, NULL, NULL, &buflen); in wpa_config_read_reg_string() 150 ret = RegQueryValueEx(hk, name, NULL, NULL, (LPBYTE) val, &buflen); in wpa_config_read_reg_string() 163 static int wpa_config_read_global_uuid(struct wpa_config *config, HKEY hk) in wpa_config_read_global_uuid() argument 168 str = wpa_config_read_reg_string(hk, TEXT("uuid")); in wpa_config_read_global_uuid() 182 HKEY hk) in wpa_config_read_global_os_version() argument [all …]
|
D | main_winsvc.c | 64 HKEY hk; in read_interface() local 72 ret = RegOpenKeyEx(_hk, name, 0, KEY_QUERY_VALUE, &hk); in read_interface() 82 ret = RegQueryValueEx(hk, TEXT("ctrl_interface"), NULL, NULL, in read_interface() 93 ret = RegQueryValueEx(hk, TEXT("adapter"), NULL, NULL, in read_interface() 104 ret = RegQueryValueEx(hk, TEXT("config"), NULL, NULL, in read_interface() 115 ret = RegQueryValueEx(hk, TEXT("skip_on_error"), NULL, NULL, in read_interface() 120 RegCloseKey(hk); in read_interface() 139 HKEY hk, ihk; in wpa_supplicant_thread() local 150 0, KEY_QUERY_VALUE, &hk); in wpa_supplicant_thread() 157 ret = RegQueryValueEx(hk, TEXT("debug_level"), NULL, NULL, in wpa_supplicant_thread() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | config_winreg.c | 50 static int wpa_config_read_blobs(struct wpa_config *config, HKEY hk) in wpa_config_read_blobs() argument 58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk); in wpa_config_read_blobs() 119 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) in wpa_config_read_reg_dword() argument 125 ret = RegQueryValueEx(hk, name, NULL, NULL, (LPBYTE) &val, &buflen); in wpa_config_read_reg_dword() 136 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) in wpa_config_read_reg_string() argument 143 ret = RegQueryValueEx(hk, name, NULL, NULL, NULL, &buflen); in wpa_config_read_reg_string() 150 ret = RegQueryValueEx(hk, name, NULL, NULL, (LPBYTE) val, &buflen); in wpa_config_read_reg_string() 163 static int wpa_config_read_global_uuid(struct wpa_config *config, HKEY hk) in wpa_config_read_global_uuid() argument 168 str = wpa_config_read_reg_string(hk, TEXT("uuid")); in wpa_config_read_global_uuid() 182 HKEY hk) in wpa_config_read_global_os_version() argument [all …]
|
D | main_winsvc.c | 64 HKEY hk; in read_interface() local 72 ret = RegOpenKeyEx(_hk, name, 0, KEY_QUERY_VALUE, &hk); in read_interface() 82 ret = RegQueryValueEx(hk, TEXT("ctrl_interface"), NULL, NULL, in read_interface() 93 ret = RegQueryValueEx(hk, TEXT("adapter"), NULL, NULL, in read_interface() 104 ret = RegQueryValueEx(hk, TEXT("config"), NULL, NULL, in read_interface() 115 ret = RegQueryValueEx(hk, TEXT("skip_on_error"), NULL, NULL, in read_interface() 120 RegCloseKey(hk); in read_interface() 139 HKEY hk, ihk; in wpa_supplicant_thread() local 150 0, KEY_QUERY_VALUE, &hk); in wpa_supplicant_thread() 157 ret = RegQueryValueEx(hk, TEXT("debug_level"), NULL, NULL, in wpa_supplicant_thread() [all …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | fthash.c | 276 FT_Hashkey hk; in ft_hash_str_insert() local 279 hk.str = key; in ft_hash_str_insert() 281 return hash_insert( hk, data, hash, memory ); in ft_hash_str_insert() 291 FT_Hashkey hk; in ft_hash_num_insert() local 294 hk.num = num; in ft_hash_num_insert() 296 return hash_insert( hk, data, hash, memory ); in ft_hash_num_insert() 316 FT_Hashkey hk; in ft_hash_str_lookup() local 319 hk.str = key; in ft_hash_str_lookup() 321 return hash_lookup( hk, hash ); in ft_hash_str_lookup() 329 FT_Hashkey hk; in ft_hash_num_lookup() local [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | addinterface.cpp | 104 HKEY hk, ihk; in addRegistryInterface() local 112 &hk); in addRegistryInterface() 123 ret = RegEnumKeyEx(hk, i, name, &namelen, NULL, NULL, NULL, in addRegistryInterface() 153 ret = RegCreateKeyEx(hk, name, 0, NULL, 0, KEY_WRITE, NULL, &ihk, in addRegistryInterface() 155 RegCloseKey(hk); in addRegistryInterface()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | addinterface.cpp | 104 HKEY hk, ihk; in addRegistryInterface() local 112 &hk); in addRegistryInterface() 123 ret = RegEnumKeyEx(hk, i, name, &namelen, NULL, NULL, NULL, in addRegistryInterface() 153 ret = RegCreateKeyEx(hk, name, 0, NULL, 0, KEY_WRITE, NULL, &ihk, in addRegistryInterface() 155 RegCloseKey(hk); in addRegistryInterface()
|
/third_party/openssl/test/certs/ |
D | client-ed448-key.pem | 2 MEcCAQAwBQYDK2VxBDsEOWmRn7GCRupyB1q/qQZ+h1lEt+TGtZSNJ5U+Saa+X+hk
|
/third_party/openssl/test/recipes/80-test_cmp_http_data/Mock/ |
D | issuing_expired.crt | 9 hk/l72AdvTjA9XPb4VjL7aY2SX64BltwrnDl9Y7dYkgSfnuF7gyRa7d7DWcl5K/e
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | tncc.c | 883 HKEY hk, hk2; in tncc_read_config_reg() local 894 &hk); in tncc_read_config_reg() 903 ret = RegEnumKeyEx(hk, i, name, &namelen, NULL, NULL, NULL, in tncc_read_config_reg() 921 ret = RegOpenKeyEx(hk, name, 0, KEY_QUERY_VALUE, &hk2); in tncc_read_config_reg() 989 RegCloseKey(hk); in tncc_read_config_reg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | tncc.c | 882 HKEY hk, hk2; in tncc_read_config_reg() local 893 &hk); in tncc_read_config_reg() 902 ret = RegEnumKeyEx(hk, i, name, &namelen, NULL, NULL, NULL, in tncc_read_config_reg() 920 ret = RegOpenKeyEx(hk, name, 0, KEY_QUERY_VALUE, &hk2); in tncc_read_config_reg() 988 RegCloseKey(hk); in tncc_read_config_reg()
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/ |
D | language-tags.tests | 9 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-hant-hk;U+004A;[gid6=0+1000]
|
/third_party/python/Modules/cjkcodecs/ |
D | _codecs_hk.c | 191 I_AM_A_MODULE_FOR(hk)
|
/third_party/icu/icu4c/source/data/translit/ |
D | Latn_Cans.txt | 76 hk ↔ ᕽ ;
|
D | my_my_Latn.txt | 279 # ခ > hk; 280 \u1001 > hk;
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Cans.txt | 76 hk ↔ ᕽ ;
|
D | my_my_Latn.txt | 279 # ခ > hk; 280 \u1001 > hk;
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | da.txt | 1325 one{"{0}hk"} 1326 other{"{0}hk"} 1985 dnam{"hk"} 1986 one{"{0} hk"} 1987 other{"{0} hk"}
|
D | no.txt | 1397 one{"{0}hk"} 1398 other{"{0}hk"} 2131 dnam{"hk"} 2132 one{"{0} hk"} 2133 other{"{0} hk"}
|
D | sv.txt | 1679 dnam{"hk"} 1680 one{"{0}hk"} 1681 other{"{0}hk"} 2565 one{"{0} hk"} 2566 other{"{0} hk"}
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_ndis.c | 2409 HKEY hk, hk2; in wpa_driver_ndis_set_wzc() local 2439 ret = RegOpenKeyEx(HKEY_LOCAL_MACHINE, DEVLOAD_ACTIVE_KEY, 0, 0, &hk); in wpa_driver_ndis_set_wzc() 2448 ret = RegEnumKeyEx(hk, i, keyname, &len, NULL, NULL, NULL, in wpa_driver_ndis_set_wzc() 2453 RegCloseKey(hk); in wpa_driver_ndis_set_wzc() 2457 ret = RegOpenKeyEx(hk, keyname, 0, 0, &hk2); in wpa_driver_ndis_set_wzc() 2482 RegCloseKey(hk); in wpa_driver_ndis_set_wzc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_ndis.c | 2397 HKEY hk, hk2; in wpa_driver_ndis_set_wzc() local 2427 ret = RegOpenKeyEx(HKEY_LOCAL_MACHINE, DEVLOAD_ACTIVE_KEY, 0, 0, &hk); in wpa_driver_ndis_set_wzc() 2436 ret = RegEnumKeyEx(hk, i, keyname, &len, NULL, NULL, NULL, in wpa_driver_ndis_set_wzc() 2441 RegCloseKey(hk); in wpa_driver_ndis_set_wzc() 2445 ret = RegOpenKeyEx(hk, keyname, 0, 0, &hk2); in wpa_driver_ndis_set_wzc() 2470 RegCloseKey(hk); in wpa_driver_ndis_set_wzc()
|
/third_party/libphonenumber/resources/carrier/en/ |
D | 852.txt | 15 # Prefixes from http://www.ofca.gov.hk/mobile/en/industry_focus/telecommunications/portability/numb…
|
/third_party/icu/icu4c/source/data/unit/ |
D | da.txt | 2196 one{"{0}hk"} 2197 other{"{0}hk"} 2910 dnam{"hk"} 2911 one{"{0} hk"} 2912 other{"{0} hk"}
|
/third_party/typescript/tests/baselines/reference/ |
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "ha" | "hb" | "hc" | "hd" | "he" | "hf" | "hg" | "hh" | "hi" | "hj" | "hk" | "hl" | "hm" | "hn… 9 …hk: "aa.hk"; hl: "aa.hl"; hm: "aa.hm"; hn: "aa.hn"; ho: "aa.ho"; hp: "aa.hp"; hq: "aa.hq"; hr: "aa… 10 …hk: "aa.hk"; hl: "aa.hl"; hm: "aa.hm"; hn: "aa.hn"; ho: "aa.ho"; hp: "aa.hp"; hq: "aa.hq"; hr: "aa…
|