Home
last modified time | relevance | path

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

/curl/lib/
H A Dcf-h1-proxy.c801 hyper_error *hypererr = NULL; in send_CONNECT() local
811 hypererr = hyper_task_value(task); in send_CONNECT()
822 if(hypererr) { in send_CONNECT()
824 size_t errlen = hyper_error_print(hypererr, errbuf, sizeof(errbuf)); in send_CONNECT()
826 hyper_error_free(hypererr); in send_CONNECT()
H A Dc-hyper.c381 hyper_error *hypererr = hyper_task_value(task); in Curl_hyper_stream() local
390 size_t errlen = hyper_error_print(hypererr, errbuf, sizeof(errbuf)); in Curl_hyper_stream()
391 hyper_code code = hyper_error_code(hypererr); in Curl_hyper_stream()
415 hyper_error_free(hypererr); in Curl_hyper_stream()

Completed in 8 milliseconds