Searched refs:WinHttpSettings (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/winhttp/ |
H A D | session.c | 1509 static const WCHAR WinHttpSettings[] = { variable 1551 l = RegQueryValueExW( key, WinHttpSettings, NULL, &type, NULL, &size ); in WinHttpGetDefaultProxyConfiguration() 1563 l = RegQueryValueExW( key, WinHttpSettings, NULL, NULL, buf, in WinHttpGetDefaultProxyConfiguration() 2042 l = RegSetValueExW( key, WinHttpSettings, 0, REG_BINARY, buf, size ); in WinHttpSetDefaultProxyConfiguration()
|
/reactos/modules/rostests/winetests/winhttp/ |
H A D | winhttp.c | 1306 static const WCHAR WinHttpSettings[] = { variable 1320 l = RegQueryValueExW( key, WinHttpSettings, NULL, type, NULL, &size ); in get_default_proxy_reg_value() 1324 l = RegQueryValueExW( key, WinHttpSettings, NULL, type, buf, in get_default_proxy_reg_value() 1339 if (len) RegSetValueExW( hkey, WinHttpSettings, 0, type, buf, len ); in set_proxy() 1340 else RegDeleteValueW( hkey, WinHttpSettings ); in set_proxy()
|