Home
last modified time | relevance | path

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

/reactos/dll/win32/rpcrt4/
H A Drpc_transport.c2063 HINTERNET in_request; member
2107 HINTERNET in_request = param; in rpcrt4_http_keep_connection_active_timer_proc() local
2433 ret = HttpSendRequestExW(in_request, &buffers_in, NULL, 0, 0); in rpcrt4_http_prepare_in_pipe()
3095 if (httpc->in_request) in rpcrt4_ncacn_http_open()
3133 if (!httpc->in_request) in rpcrt4_ncacn_http_open()
3142 status = authorize_request(httpc, httpc->in_request); in rpcrt4_ncacn_http_open()
3148 status = rpcrt4_http_check_response(httpc->in_request); in rpcrt4_ncacn_http_open()
3192 timer_data->timer_param = httpc->in_request; in rpcrt4_ncacn_http_open()
3397 if (httpc->in_request) in rpcrt4_ncacn_http_close()
3398 InternetCloseHandle(httpc->in_request); in rpcrt4_ncacn_http_close()
[all …]