Lines Matching refs:exec
606 if(!h->exec) { in start_CONNECT()
607 h->exec = hyper_executor_new(); in start_CONNECT()
608 if(!h->exec) { in start_CONNECT()
624 hyper_clientconn_options_exec(options, h->exec); in start_CONNECT()
637 if(HYPERE_OK != hyper_executor_push(h->exec, handshake)) { in start_CONNECT()
644 task = hyper_executor_poll(h->exec); in start_CONNECT()
766 if(HYPERE_OK != hyper_executor_push(h->exec, sendtask)) { in start_CONNECT()
807 task = hyper_executor_poll(h->exec); in send_CONNECT()
846 if(h->exec) { in recv_CONNECT_resp()
847 hyper_executor_free(h->exec); in recv_CONNECT_resp()
848 h->exec = NULL; in recv_CONNECT_resp()