Searched refs:HttpOpenRequestW (Results 1 – 9 of 9) sorted by relevance
/reactos/modules/rostests/rosautotest/ |
H A D | CWebService.cpp | 73 …m_hHTTPRequest = HttpOpenRequestW(m_hHTTP, L"POST", szServerFile, NULL, NULL, NULL, INTERNET_FLAG_… in DoRequest()
|
/reactos/dll/win32/wininet/ |
H A D | wininet.spec | 106 @ stdcall HttpOpenRequestW(ptr wstr wstr wstr wstr ptr long long)
|
H A D | http.c | 1453 rc = HttpOpenRequestW(hHttpSession, szVerb, szObjectName, szVersion, szReferrer, in HttpOpenRequestA() 3469 HINTERNET WINAPI HttpOpenRequestW(HINTERNET hHttpSession, in HttpOpenRequestW() function
|
H A D | internet.c | 3663 client1 = HttpOpenRequestW(client, NULL, path, NULL, NULL, accept, dwFlags, dwContext); in INTERNET_InternetOpenUrlW()
|
/reactos/dll/win32/urlmon/ |
H A D | http.c | 366 This->base.request = HttpOpenRequestW(This->base.connection, in HttpProtocol_open_request()
|
/reactos/dll/win32/cryptnet/ |
H A D | cryptnet_main.c | 914 HINTERNET hHttp = HttpOpenRequestW(hHost, NULL, in HTTP_RetrieveEncodedObjectW()
|
/reactos/dll/win32/rpcrt4/ |
H A D | rpc_transport.c | 3131 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 D | wininet.h | 1672 WINAPI HttpOpenRequestW(
|
/reactos/modules/rostests/winetests/wininet/ |
H A D | http.c | 1465 …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()
|