Searched refs:sendtask (Results 1 – 2 of 2) sorted by relevance
685 hyper_task *sendtask = NULL; /* for the send */ in start_CONNECT() local855 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()
875 hyper_task *sendtask = NULL; /* for the send */ in Curl_http() local1184 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()