Home
last modified time | relevance | path

Searched refs:HttpOpenRequestW (Results 1 – 9 of 9) sorted by relevance

/reactos/modules/rostests/rosautotest/
H A DCWebService.cpp73 …m_hHTTPRequest = HttpOpenRequestW(m_hHTTP, L"POST", szServerFile, NULL, NULL, NULL, INTERNET_FLAG_… in DoRequest()
/reactos/dll/win32/wininet/
H A Dwininet.spec106 @ stdcall HttpOpenRequestW(ptr wstr wstr wstr wstr ptr long long)
H A Dhttp.c1453 rc = HttpOpenRequestW(hHttpSession, szVerb, szObjectName, szVersion, szReferrer, in HttpOpenRequestA()
3469 HINTERNET WINAPI HttpOpenRequestW(HINTERNET hHttpSession, in HttpOpenRequestW() function
H A Dinternet.c3663 client1 = HttpOpenRequestW(client, NULL, path, NULL, NULL, accept, dwFlags, dwContext); in INTERNET_InternetOpenUrlW()
/reactos/dll/win32/urlmon/
H A Dhttp.c366 This->base.request = HttpOpenRequestW(This->base.connection, in HttpProtocol_open_request()
/reactos/dll/win32/cryptnet/
H A Dcryptnet_main.c914 HINTERNET hHttp = HttpOpenRequestW(hHost, NULL, in HTTP_RetrieveEncodedObjectW()
/reactos/dll/win32/rpcrt4/
H A Drpc_transport.c3131 httpc->in_request = HttpOpenRequestW(httpc->session, wszVerbIn, url, NULL, NULL, wszAcceptTypes, in rpcrt4_ncacn_http_open()
3157 … httpc->out_request = HttpOpenRequestW(httpc->session, wszVerbOut, url, NULL, NULL, wszAcceptTypes, in rpcrt4_ncacn_http_open()
/reactos/sdk/include/psdk/
H A Dwininet.h1672 WINAPI HttpOpenRequestW(
/reactos/modules/rostests/winetests/wininet/
H A Dhttp.c1465 …request = HttpOpenRequestW(connect, NULL, slash, NULL, NULL, typesW, INTERNET_FLAG_NO_CACHE_WRITE,… in InternetOpenRequest_test()
7089 req = HttpOpenRequestW(con, get, testpage, NULL, NULL, NULL, in test_secure_connection()