Home
last modified time | relevance | path

Searched refs:task (Results 1 – 5 of 5) sorted by relevance

/curl/lib/
H A Dc-hyper.c346 hyper_task *task; in Curl_hyper_stream() local
375 if(!task) { in Curl_hyper_stream()
379 t = hyper_task_type(task); in Curl_hyper_stream()
382 hyper_task_free(task); in Curl_hyper_stream()
420 hyper_task_free(task); in Curl_hyper_stream()
438 resp = hyper_task_value(task); in Curl_hyper_stream()
439 hyper_task_free(task); in Curl_hyper_stream()
954 task = hyper_executor_poll(h->exec); in Curl_http()
955 if(!task) { in Curl_http()
961 client = hyper_task_value(task); in Curl_http()
[all …]
H A Dcf-h1-proxy.c581 hyper_task *task = NULL; /* for the handshake */ in start_CONNECT() local
644 task = hyper_executor_poll(h->exec); in start_CONNECT()
645 if(!task) { in start_CONNECT()
651 client = hyper_task_value(task); in start_CONNECT()
652 hyper_task_free(task); in start_CONNECT()
800 hyper_task *task = NULL; in send_CONNECT() local
807 task = hyper_executor_poll(h->exec); in send_CONNECT()
808 if(task) { in send_CONNECT()
811 hypererr = hyper_task_value(task); in send_CONNECT()
812 hyper_task_free(task); in send_CONNECT()
[all …]
/curl/docs/
H A DTODO482 protocols SFTP, SMTP, FTP. Fixing multi_done() for this is a worthy task.
H A DFAQ897 not a task that curl addresses. You could of course encrypt them somehow to
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md890 operate as a "man in between" which the proxy's task is, as previously

Completed in 19 milliseconds