Home
last modified time | relevance | path

Searched refs:WinHttpSettings (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/winhttp/
H A Dsession.c1509 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 Dwinhttp.c1306 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()