Home
last modified time | relevance | path

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

/curl/lib/
H A Dcf-h1-proxy.c583 hyper_task *sendtask = NULL; /* for the send */ in start_CONNECT() local
758 sendtask = hyper_clientconn_send(client, req); in start_CONNECT()
759 if(!sendtask) { in start_CONNECT()
766 if(HYPERE_OK != hyper_executor_push(h->exec, sendtask)) { in start_CONNECT()
771 sendtask = NULL; /* ownership passed on */ in start_CONNECT()
H A Dc-hyper.c830 hyper_task *sendtask = NULL; /* for the send */ in Curl_http() local
1139 sendtask = hyper_clientconn_send(client, req); in Curl_http()
1140 if(!sendtask) { in Curl_http()
1147 if(HYPERE_OK != hyper_executor_push(h->exec, sendtask)) { in Curl_http()
1152 sendtask = NULL; /* ownership passed on */ in Curl_http()

Completed in 16 milliseconds