Lines Matching refs:exec
374 task = hyper_executor_poll(h->exec); in Curl_hyper_stream()
521 if(HYPERE_OK != hyper_executor_push(h->exec, foreach)) { in Curl_hyper_stream()
911 if(!h->exec) { in Curl_http()
912 h->exec = hyper_executor_new(); in Curl_http()
913 if(!h->exec) { in Curl_http()
935 hyper_clientconn_options_exec(options, h->exec); in Curl_http()
947 if(HYPERE_OK != hyper_executor_push(h->exec, handshake)) { in Curl_http()
954 task = hyper_executor_poll(h->exec); in Curl_http()
1147 if(HYPERE_OK != hyper_executor_push(h->exec, sendtask)) { in Curl_http()
1194 if(h->exec) { in Curl_hyper_done()
1195 hyper_executor_free(h->exec); in Curl_hyper_done()
1196 h->exec = NULL; in Curl_hyper_done()