Lines Matching refs:exec
604 if(!h->exec) {
605 h->exec = hyper_executor_new();
606 if(!h->exec) {
622 hyper_clientconn_options_exec(options, h->exec);
635 if(HYPERE_OK != hyper_executor_push(h->exec, handshake)) {
642 task = hyper_executor_poll(h->exec);
760 if(HYPERE_OK != hyper_executor_push(h->exec, sendtask)) {
801 task = hyper_executor_poll(h->exec);
840 if(h->exec) {
841 hyper_executor_free(h->exec);
842 h->exec = NULL;