Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 7 of 7) sorted by relevance

/curl/lib/
H A Dc-hyper.h41 const hyper_executor *exec; member
H A Dcf-h1-proxy.c606 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 …]
H A Dc-hyper.c374 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 …]
/curl/tests/data/
H A Dtest108342 … '[::1]') {print 'Test requires default test client host address';} else {exec './server/resolve -…
/curl/.github/workflows/
H A Dchecksrc.yml75 run: find . -name '*.py' -exec pytype -j auto -k {} +
/curl/docs/
H A DTODO409 It sets the close-on-exec flag for the file descriptor, which causes the file
411 exec-family functions succeed. Should probably be set by default?
/curl/
H A Dconfigure.ac208 exec $CC "$@"

Completed in 30 milliseconds