Searched refs:sendtask (Results 1 – 2 of 2) sorted by relevance
583 hyper_task *sendtask = NULL; /* for the send */ in start_CONNECT() local758 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()
830 hyper_task *sendtask = NULL; /* for the send */ in Curl_http() local1139 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 8 milliseconds