/external/icu4c/common/ |
wintz.c | 96 HKEY hkey; local 108 &hkey); 109 RegCloseKey(hkey); 119 static LONG openTZRegKey(HKEY *hkey, const char *winid) 146 hkey); 154 HKEY hkey; local 156 result = openTZRegKey(&hkey, winid) [all...] |
/external/webkit/WebCore/platform/wince/ |
KeygenWince.cpp | 42 HCRYPTKEY hKey = 0; 53 if (!CryptGenKey(hContext, AT_KEYEXCHANGE, 0, &hKey) || !CryptExportPublicKeyInfo(hContext, AT_KEYEXCHANGE, X509_ASN_ENCODING, 0, &dwPubInfoLength)) 92 if (hKey) 93 CryptDestroyKey(hKey);
|
MIMETypeRegistryWince.cpp | 43 HKEY key;
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config_winreg.c | 56 static int wpa_config_read_blobs(struct wpa_config *config, HKEY hk) 60 HKEY bhk; 126 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) 143 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) 170 static int wpa_config_read_global_uuid(struct wpa_config *config, HKEY hk) 189 HKEY hk) 208 static int wpa_config_read_global(struct wpa_config *config, HKEY hk) 262 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw, 265 HKEY nhk; 359 static int wpa_config_read_networks(struct wpa_config *config, HKEY hk [all...] |
main_winsvc.c | 67 static int read_interface(struct wpa_global *global, HKEY _hk, 70 HKEY hk; 145 HKEY hk, ihk;
|
/external/wpa_supplicant/ |
config_winreg.c | 51 static int wpa_config_read_blobs(struct wpa_config *config, HKEY hk) 55 HKEY bhk; 121 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) 138 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) 164 static int wpa_config_read_global(struct wpa_config *config, HKEY hk) 198 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw, 201 HKEY nhk; 293 static int wpa_config_read_networks(struct wpa_config *config, HKEY hk) 295 HKEY nhk; 364 HKEY hk [all...] |
main_winsvc.c | 67 static int read_interface(struct wpa_global *global, HKEY _hk, 70 HKEY hk; 133 HKEY hk, ihk;
|
driver_ndis.c | [all...] |
/external/qemu/distrib/sdl-1.2.12/src/joystick/win32/ |
SDL_mmjoystick.c | 79 HKEY hTopKey; 80 HKEY hKey; 90 regresult = RegOpenKeyExA(hTopKey, regkey, 0, KEY_READ, &hKey); 93 regresult = RegOpenKeyExA(hTopKey, regkey, 0, KEY_READ, &hKey); 102 regresult = RegQueryValueExA(hKey, regvalue, 0, 0, (LPBYTE)regname, ®size); 103 RegCloseKey(hKey); 111 regresult = RegOpenKeyExA(hTopKey, regkey, 0, KEY_READ, &hKey); 118 regresult = RegQueryValueExA(hKey, REGSTR_VAL_JOYOEMNAME, 0, 0, NULL, ®size); 124 regresult = RegQueryValueExA(hKey, [all...] |
/external/webkit/WebCore/plugins/win/ |
PluginDatabaseWin.cpp | 45 DWORD SHGetValue(HKEY hkey, LPCWSTR pszSubKey, LPCWSTR pszValue, LPDWORD pdwType, LPVOID pvData, LPDWORD pcbData) 47 HKEY key; 48 if (RegOpenKeyEx(hkey, pszSubKey, 0, 0, &key) == ERROR_SUCCESS) { 84 static inline void addPluginPathsFromRegistry(HKEY rootKey, HashSet<String>& paths) 86 HKEY key; 212 HKEY key; 229 HKEY extensionsKey; 290 HKEY key;
|
/external/bluetooth/glib/gio/ |
gwin32appinfo.c | 110 HKEY app_key; 261 HKEY class_key; 394 enumerate_open_with_list (HKEY dir_key, 449 enumerate_open_with_progids (HKEY dir_key, 474 enumerate_open_with_root (HKEY dir_key, 478 HKEY reg_key = NULL; 513 HKEY reg_key, sys_file_assoc_key, reg_key2; 631 HKEY reg_key;
|
gwin32volumemonitor.c | 82 HKEY key;
|
gcontenttype.c | 60 HKEY reg_key = NULL; [all...] |
/external/webkit/WebKitTools/WebKitLauncherWin/ |
WebKitLauncherWin.cpp | 31 static LPTSTR getStringValue(HKEY key, LPCTSTR valueName) 49 HKEY applePathKey = 0;
|
/external/webkit/WebKitTools/FindSafari/ |
FindSafari.cpp | 44 static TCHAR* getStringValue(HKEY key, LPCTSTR valueName) 64 HKEY installPathKey = 0;
|
/external/qemu/ |
tap-win32.c | 195 HKEY netcard_key; 214 HKEY unit_key; 295 HKEY control_net_key; 315 HKEY connection_key;
|
/external/openssl/apps/ |
enc.c | 116 char *hkey=NULL,*hiv=NULL,*hsalt = NULL; local 253 hkey= *(++argv); 406 if ((str == NULL) && (cipher != NULL) && (hkey == NULL)) 550 if ((hkey != NULL) && !set_hex(hkey,key,sizeof key))
|
/external/webkit/WebCore/platform/graphics/win/ |
FontDatabase.cpp | 152 HKEY key;
|
FontCacheWin.cpp | 97 HKEY fontLinkKey;
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
addinterface.cpp | 110 HKEY hk, ihk;
|
/external/webkit/WebKit/win/ |
WebURLResponse.cpp | 435 HKEY key; 438 HKEY subKey;
|
/external/webkit/WebCore/platform/graphics/wince/ |
FontPlatformData.cpp | 212 HKEY key;
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
tncc.c | 935 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) 937 HKEY hk, hk2;
|
/external/libpcap/ |
pcap-win32.c | 577 HKEY dagkey;
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ndis.c | [all...] |