Home
last modified time | relevance | path

Searched refs:hk (Results 1 – 25 of 50) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_winreg.c50 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 …]
Dmain_winsvc.c64 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/
Dconfig_winreg.c50 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 …]
Dmain_winsvc.c64 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/
Dfthash.c276 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/
Daddinterface.cpp104 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/
Daddinterface.cpp104 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/
Dclient-ed448-key.pem2 MEcCAQAwBQYDK2VxBDsEOWmRn7GCRupyB1q/qQZ+h1lEt+TGtZSNJ5U+Saa+X+hk
/third_party/openssl/test/recipes/80-test_cmp_http_data/Mock/
Dissuing_expired.crt9 hk/l72AdvTjA9XPb4VjL7aY2SX64BltwrnDl9Y7dYkgSfnuF7gyRa7d7DWcl5K/e
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Dtncc.c883 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/
Dtncc.c882 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/
Dlanguage-tags.tests9 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-hant-hk;U+004A;[gid6=0+1000]
/third_party/python/Modules/cjkcodecs/
D_codecs_hk.c191 I_AM_A_MODULE_FOR(hk)
/third_party/icu/icu4c/source/data/translit/
DLatn_Cans.txt76 hk ↔ ᕽ ;
Dmy_my_Latn.txt279 # ခ > hk;
280 \u1001 > hk;
/third_party/skia/third_party/externals/icu/source/data/translit/
DLatn_Cans.txt76 hk ↔ ᕽ ;
Dmy_my_Latn.txt279 # ခ > hk;
280 \u1001 > hk;
/third_party/skia/third_party/externals/icu/source/data/unit/
Dda.txt1325 one{"{0}hk"}
1326 other{"{0}hk"}
1985 dnam{"hk"}
1986 one{"{0} hk"}
1987 other{"{0} hk"}
Dno.txt1397 one{"{0}hk"}
1398 other{"{0}hk"}
2131 dnam{"hk"}
2132 one{"{0} hk"}
2133 other{"{0} hk"}
Dsv.txt1679 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/
Ddriver_ndis.c2409 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/
Ddriver_ndis.c2397 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/
D852.txt15 # Prefixes from http://www.ofca.gov.hk/mobile/en/industry_focus/telecommunications/portability/numb…
/third_party/icu/icu4c/source/data/unit/
Dda.txt2196 one{"{0}hk"}
2197 other{"{0}hk"}
2910 dnam{"hk"}
2911 one{"{0} hk"}
2912 other{"{0} hk"}
/third_party/typescript/tests/baselines/reference/
DhugeDeclarationOutputGetsTruncatedWithError.types6 …" | "ha" | "hb" | "hc" | "hd" | "he" | "hf" | "hg" | "hh" | "hi" | "hj" | "hk" | "hl" | "hm" | "hn…
9hk: "aa.hk"; hl: "aa.hl"; hm: "aa.hm"; hn: "aa.hn"; ho: "aa.ho"; hp: "aa.hp"; hq: "aa.hq"; hr: "aa…
10hk: "aa.hk"; hl: "aa.hl"; hm: "aa.hm"; hn: "aa.hn"; ho: "aa.ho"; hp: "aa.hp"; hq: "aa.hq"; hr: "aa…

12