Home
last modified time | relevance | path

Searched refs:nghttp3_strerror (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/src/
H A Dh2load_http3_session.cc340 std::cerr << "nghttp3_conn_client_new: " << nghttp3_strerror(rv) in init_conn()
357 std::cerr << "nghttp3_conn_bind_control_stream: " << nghttp3_strerror(rv) in init_conn()
383 std::cerr << "nghttp3_conn_bind_qpack_streams: " << nghttp3_strerror(rv) in init_conn()
396 std::cerr << "nghttp3_conn_read_stream: " << nghttp3_strerror(nconsumed) in read_stream()
H A Dshrpx_http3_upstream.cc289 << nghttp3_strerror(nconsumed); in recv_stream_data()
335 ULOG(ERROR, this) << "nghttp3_conn_close_stream: " << nghttp3_strerror(rv); in stream_close()
367 << nghttp3_strerror(rv); in acked_stream_data_offset()
396 << nghttp3_strerror(rv); in extend_max_stream_data()
458 << nghttp3_strerror(rv); in http_shutdown_stream_read()
825 << nghttp3_strerror(sveccnt); in write_streams()
860 << "nghttp3_conn_add_write_offset: " << nghttp3_strerror(rv); in write_streams()
881 << nghttp3_strerror(rv); in write_streams()
1498 << nghttp3_strerror(rv); in on_downstream_body_complete()
1733 << nghttp3_strerror(r in send_reply()
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_err.c27 const char *nghttp3_strerror(int liberr) { in nghttp3_strerror() function
/third_party/curl/lib/vquic/
H A Dcurl_osslq.c1212 blen, nghttp3_strerror((int)nread)); in cf_osslq_stream_recv()
1238 nghttp3_strerror(rv)); in cf_osslq_stream_recv()
1251 nghttp3_strerror(rv)); in cf_osslq_stream_recv()
1370 nghttp3_strerror((int)n)); in h3_send_streams()
1432 nghttp3_strerror(rv)); in h3_send_streams()
1439 nghttp3_strerror(rv)); in h3_send_streams()
1744 stream->s.id, rc, nghttp3_strerror(rc)); in h3_stream_open()
H A Dcurl_ngtcp2.c1664 nghttp3_strerror((int)veccnt)); in read_pkt_to_send()
1726 nghttp3_strerror(rv)); in read_pkt_to_send()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H A Dnghttp3.h1508 * `nghttp3_strerror` returns textual representation of |liberr|.
1510 NGHTTP3_EXTERN const char *nghttp3_strerror(int liberr);

Completed in 13 milliseconds