Searched refs:task (Results 1 – 5 of 5) sorted by relevance
346 hyper_task *task; in Curl_hyper_stream() local375 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 …]
581 hyper_task *task = NULL; /* for the handshake */ in start_CONNECT() local644 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() local807 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 …]
482 protocols SFTP, SMTP, FTP. Fixing multi_done() for this is a worthy task.
897 not a task that curl addresses. You could of course encrypt them somehow to
890 operate as a "man in between" which the proxy's task is, as previously
Completed in 21 milliseconds