Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp_proxy.c685 hyper_task *sendtask = NULL; /* for the send */ in start_CONNECT() local
855 sendtask = hyper_clientconn_send(client, req); in start_CONNECT()
856 if(!sendtask) { in start_CONNECT()
862 if(HYPERE_OK != hyper_executor_push(h->exec, sendtask)) { in start_CONNECT()
Dc-hyper.c875 hyper_task *sendtask = NULL; /* for the send */ in Curl_http() local
1184 sendtask = hyper_clientconn_send(client, req); in Curl_http()
1185 if(!sendtask) { in Curl_http()
1191 if(HYPERE_OK != hyper_executor_push(h->exec, sendtask)) { in Curl_http()