Home
last modified time | relevance | path

Searched refs:INTERNET_FLAG_SECURE (Results 1 – 8 of 8) sorted by relevance

/reactos/modules/rostests/rosautotest/
H A DCWebService.cpp73 …ttpOpenRequestW(m_hHTTP, L"POST", szServerFile, NULL, NULL, NULL, INTERNET_FLAG_SECURE | INTERNET_… in DoRequest()
/reactos/dll/win32/urlmon/
H A Dhttp.c325 … INTERNET_SERVICE_HTTP, This->https ? INTERNET_FLAG_SECURE : 0, (DWORD_PTR)&This->base); in HttpProtocol_open_request()
362 request_flags |= INTERNET_FLAG_SECURE; in HttpProtocol_open_request()
/reactos/dll/win32/wininet/
H A Dhttp.c3393 port = (session->hdr.dwFlags & INTERNET_FLAG_SECURE) ? in HTTP_HttpOpenRequestW()
3396 …request->server = get_server(substrz(session->hostName), port, (dwFlags & INTERNET_FLAG_SECURE) !=… in HTTP_HttpOpenRequestW()
4105 urlComponents.lpszScheme = (request->hdr.dwFlags & INTERNET_FLAG_SECURE) ? szHttps : szHttp; in get_redirect_url()
4175 if(request->hdr.dwFlags & INTERNET_FLAG_SECURE) { in HTTP_HandleRedirect()
4178 request->hdr.dwFlags &= ~INTERNET_FLAG_SECURE; in HTTP_HandleRedirect()
4183 if(!(request->hdr.dwFlags & INTERNET_FLAG_SECURE)) { in HTTP_HandleRedirect()
4186 request->hdr.dwFlags |= INTERNET_FLAG_SECURE; in HTTP_HandleRedirect()
5001 if (!reusing_connection && (request->hdr.dwFlags & INTERNET_FLAG_SECURE)) in HTTP_HttpSendRequestW()
5024 else if (request->proxy && !(request->hdr.dwFlags & INTERNET_FLAG_SECURE)) in HTTP_HttpSendRequestW()
H A Dinternet.c733 FE(INTERNET_FLAG_SECURE), in dump_INTERNET_FLAGS()
3653 if (urlComponents.nScheme == INTERNET_SCHEME_HTTPS) dwFlags |= INTERNET_FLAG_SECURE; in INTERNET_InternetOpenUrlW()
/reactos/modules/rostests/winetests/wininet/
H A Dhttp.c3065 hr = HttpOpenRequestA(hc, "POST", "/test2", NULL, NULL, NULL, INTERNET_FLAG_SECURE, 0); in test_proxy_direct()
6644 NULL, NULL, INTERNET_SERVICE_HTTP, INTERNET_FLAG_SECURE, 0xdeadbeef); in test_security_flags()
6650INTERNET_FLAG_SECURE|INTERNET_FLAG_KEEP_CONNECTION|INTERNET_FLAG_RELOAD|INTERNET_FLAG_NO_CACHE_WRI… in test_security_flags()
6731INTERNET_FLAG_SECURE|INTERNET_FLAG_KEEP_CONNECTION|INTERNET_FLAG_RELOAD|INTERNET_FLAG_NO_CACHE_WRI… in test_security_flags()
6928 NULL, NULL, INTERNET_SERVICE_HTTP, INTERNET_FLAG_SECURE, 0xdeadbeef); in test_security_flags()
7010 INTERNET_FLAG_SECURE, 0); in test_secure_connection()
7090 INTERNET_FLAG_SECURE|INTERNET_FLAG_RELOAD, 0); in test_secure_connection()
7803 request = HttpOpenRequestA(connect, NULL, "/", NULL, NULL, NULL, INTERNET_FLAG_SECURE, 0); in test_default_service_port()
7823 INTERNET_SERVICE_HTTP, INTERNET_FLAG_SECURE, 0); in test_default_service_port()
7826 request = HttpOpenRequestA(connect, NULL, "/", NULL, NULL, NULL, INTERNET_FLAG_SECURE, 0); in test_default_service_port()
[all …]
/reactos/sdk/include/psdk/
H A Dwininet.h71 #define INTERNET_FLAG_SECURE 0x00800000 macro
105 | INTERNET_FLAG_SECURE \
/reactos/dll/win32/rpcrt4/
H A Drpc_transport.c3122 if (secure) flags |= INTERNET_FLAG_SECURE; in rpcrt4_ncacn_http_open()
/reactos/modules/rostests/winetests/urlmon/
H A Durl.c3910 INTERNET_FLAG_SECURE, 0); in can_do_https()