Searched refs:exec (Results 1 – 7 of 7) sorted by relevance
41 const hyper_executor *exec; member
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()[all …]
374 task = hyper_executor_poll(h->exec); 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()[all …]
42 … '[::1]') {print 'Test requires default test client host address';} else {exec './server/resolve -…
75 run: find . -name '*.py' -exec pytype -j auto -k {} +
409 It sets the close-on-exec flag for the file descriptor, which causes the file411 exec-family functions succeed. Should probably be set by default?
208 exec $CC "$@"
Completed in 29 milliseconds