Home
last modified time | relevance | path

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

/reactos/dll/cpl/inetcpl/
H A Dconnections.c67 BOOL use_wpad, BOOL use_pac_script, const WCHAR *pac_url, connection_settings **ret) in create_connection_settings() argument
84 if(pac_url) in create_connection_settings()
86 pac_url_len = WideCharToMultiByte(CP_UTF8, 0, pac_url, -1, in create_connection_settings()
116 WideCharToMultiByte(CP_UTF8, 0, pac_url, -1, in create_connection_settings()
127 WCHAR pac_url[INTERNET_MAX_URL_LENGTH]; in connections_on_initdialog() local
149 size = sizeof(pac_url); in connections_on_initdialog()
150 res = RegQueryValueExW(hkey, auto_config_url, NULL, &type, (BYTE*)pac_url, &size); in connections_on_initdialog()
152 pac_url[0] = 0; in connections_on_initdialog()
206 if(pac_url[0]) in connections_on_initdialog()
210 SetDlgItemTextW(hwnd, IDC_EDIT_PAC_SCRIPT, pac_url); in connections_on_initdialog()
/reactos/dll/win32/winhttp/
H A Dsession.c1896 const WCHAR *pac_url; in WinHttpGetProxyForUrl() local
1929 if (options->dwFlags & WINHTTP_AUTOPROXY_CONFIG_URL) pac_url = options->lpszAutoConfigUrl; in WinHttpGetProxyForUrl()
1930 else pac_url = detected_pac_url; in WinHttpGetProxyForUrl()
1932 if ((script = download_script( pac_url, &size ))) in WinHttpGetProxyForUrl()