Home
last modified time | relevance | path

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

/curl/lib/
H A Dcf-h1-proxy.c585 hyper_task *sendtask = NULL; /* for the send */ in start_CONNECT() local
760 sendtask = hyper_clientconn_send(client, req); in start_CONNECT()
761 if(!sendtask) { in start_CONNECT()
768 if(HYPERE_OK != hyper_executor_push(h->exec, sendtask)) { in start_CONNECT()
773 sendtask = NULL; /* ownership passed on */ in start_CONNECT()
H A Dc-hyper.c806 hyper_task *sendtask = NULL; /* for the send */ in Curl_http() local
1113 sendtask = hyper_clientconn_send(client, req); in Curl_http()
1114 if(!sendtask) { in Curl_http()
1121 if(HYPERE_OK != hyper_executor_push(h->exec, sendtask)) { in Curl_http()
1126 sendtask = NULL; /* ownership passed on */ in Curl_http()

Completed in 10 milliseconds