Home
last modified time | relevance | path

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

/reactos/dll/win32/rpcrt4/
H A Drpc_transport.c2064 HINTERNET out_request; member
2512 status = send_echo_request(out_request, async_data, cancel_event); in rpcrt4_http_prepare_out_pipe()
2521 status = insert_content_length_header(out_request, hdr->common.frag_len); in rpcrt4_http_prepare_out_pipe()
2530 ret = HttpSendRequestW(out_request, NULL, 0, hdr, hdr->common.frag_len); in rpcrt4_http_prepare_out_pipe()
2535 status = rpcrt4_http_check_response(out_request); in rpcrt4_http_prepare_out_pipe()
3160 if (!httpc->out_request) in rpcrt4_ncacn_http_open()
3168 status = authorize_request(httpc, httpc->out_request); in rpcrt4_ncacn_http_open()
3400 if (httpc->out_request) in rpcrt4_ncacn_http_close()
3401 InternetCloseHandle(httpc->out_request); in rpcrt4_ncacn_http_close()
3402 httpc->out_request = NULL; in rpcrt4_ncacn_http_close()
[all …]