Searched refs:wszHttpProxy (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/rpcrt4/ |
H A D | rpc_transport.c | 2250 static const WCHAR wszHttpProxy[] = {'H','t','t','p','P','r','o','x','y','=',0}; in rpcrt4_http_internet_connect() local 2271 else if (!_wcsnicmp(option, wszHttpProxy, ARRAY_SIZE(wszHttpProxy)-1)) in rpcrt4_http_internet_connect() 2273 const WCHAR *value_start = option + ARRAY_SIZE(wszHttpProxy)-1; in rpcrt4_http_internet_connect()
|