Lines Matching refs:failf

99       failf(data, "Couldn't make the read hyper_context_waker");  in Curl_hyper_recv()
105 failf(data, "Curl_read failed"); in Curl_hyper_recv()
130 failf(data, "Couldn't make the write hyper_context_waker"); in Curl_hyper_send()
136 failf(data, "Curl_write failed"); in Curl_hyper_send()
156 failf(data, "Too long response header"); in hyper_each_header()
327 failf(data, "hyperstream: could not pass blank header"); in empty_header()
392 failf(data, "Hyper: [%d] %.*s", (int)code, (int)errlen, errbuf); in Curl_hyper_stream()
443 failf(data, "hyperstream: could not get response"); in Curl_hyper_stream()
467 failf(data, "hyperstream: could not get response headers"); in Curl_hyper_stream()
494 failf(data, "Expected 101, got %u", k->httpcode); in Curl_hyper_stream()
510 failf(data, "hyperstream: could not get response body"); in Curl_hyper_stream()
516 failf(data, "hyperstream: body foreach failed"); in Curl_hyper_stream()
522 failf(data, "Couldn't hyper_executor_push the body-foreach"); in Curl_hyper_stream()
609 failf(data, "hyper refused to add header '%s'", line); in Curl_hyper_header()
646 failf(data, "error setting uri to hyper"); in request_target()
799 failf(data, "hyperstream: could not get 1xx response headers"); in http1xx_cb()
899 failf(data, "Couldn't create hyper IO"); in Curl_http()
914 failf(data, "Couldn't create hyper executor"); in Curl_http()
922 failf(data, "Couldn't create hyper client options"); in Curl_http()
927 failf(data, "ALPN protocol h2 not supported with Hyper"); in Curl_http()
940 failf(data, "Couldn't create hyper client handshake"); in Curl_http()
948 failf(data, "Couldn't hyper_executor_push the handshake"); in Curl_http()
956 failf(data, "Couldn't hyper_executor_poll the handshake"); in Curl_http()
966 failf(data, "Couldn't hyper_request_new"); in Curl_http()
974 failf(data, "error setting HTTP version"); in Curl_http()
981 failf(data, "error setting method"); in Curl_http()
992 failf(data, "hyper_request_headers"); in Curl_http()
1141 failf(data, "hyper_clientconn_send"); in Curl_http()
1148 failf(data, "Couldn't hyper_executor_push the send"); in Curl_http()