Searched refs:hypererr (Results 1 – 2 of 2) sorted by relevance
801 hyper_error *hypererr = NULL; in send_CONNECT() local811 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()
381 hyper_error *hypererr = hyper_task_value(task); in Curl_hyper_stream() local390 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 11 milliseconds