Home
last modified time | relevance | path

Searched refs:hypererr (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/
H A Dcf-h1-proxy.c795 hyper_error *hypererr = NULL; in send_CONNECT() local
805 hypererr = hyper_task_value(task); in send_CONNECT()
816 if(hypererr) { in send_CONNECT()
818 size_t errlen = hyper_error_print(hypererr, errbuf, sizeof(errbuf)); in send_CONNECT()
820 hyper_error_free(hypererr); in send_CONNECT()
H A Dc-hyper.c392 hyper_error *hypererr = hyper_task_value(task); in Curl_hyper_stream() local
401 size_t errlen = hyper_error_print(hypererr, errbuf, sizeof(errbuf)); in Curl_hyper_stream()
402 hyper_code code = hyper_error_code(hypererr); in Curl_hyper_stream()
426 hyper_error_free(hypererr); in Curl_hyper_stream()

Completed in 4 milliseconds