/third_party/nghttp2/examples/ |
D | deflate.c | 68 nghttp2_strerror(rv)); in main() 76 nghttp2_strerror(rv)); in main() 125 nghttp2_strerror((int)rv)); in deflate()
|
D | libevent-server.c | 301 warnx("Fatal error: %s", nghttp2_strerror(rv)); in session_send() 319 warnx("Fatal error: %s", nghttp2_strerror((int)readlen)); in session_recv() 432 warnx("Fatal error: %s", nghttp2_strerror(rv)); in send_response() 455 warnx("Fatal error: %s", nghttp2_strerror(rv)); in error_reply() 650 warnx("Fatal error: %s", nghttp2_strerror(rv)); in send_server_connection_header()
|
D | libevent-client.c | 398 errx(1, "Could not submit SETTINGS: %s", nghttp2_strerror(rv)); in send_client_connection_header() 431 errx(1, "Could not submit HTTP request: %s", nghttp2_strerror(stream_id)); in submit_request() 444 warnx("Fatal error: %s", nghttp2_strerror(rv)); in session_send() 463 warnx("Fatal error: %s", nghttp2_strerror((int)readlen)); in readcb()
|
D | client.c | 152 nghttp2_strerror(error_code)); in diec()
|
/third_party/nghttp2/src/ |
D | shrpx_http2_upstream.cc | 126 << nghttp2_strerror(rv); in upgrade_upstream() 817 << nghttp2_strerror(lib_error_code); in on_frame_not_send_callback() 949 << nghttp2_strerror(rv); in start_graceful_shutdown() 1081 << nghttp2_strerror(rv); in Http2Upstream() 1097 << nghttp2_strerror(rv); in Http2Upstream() 1157 << nghttp2_strerror(rv); in on_read() 1210 << window_size << " failed: " << nghttp2_strerror(rv); in on_write() 1228 << nghttp2_strerror(datalen); in on_write() 1423 << nghttp2_strerror(rv); in rst_stream() 1562 << nghttp2_strerror(rv); in send_reply() [all …]
|
D | shrpx_http2_session.cc | 767 << nghttp2_strerror(stream_id); in submit_request() 788 << nghttp2_strerror(rv); in submit_rst_stream() 807 << nghttp2_strerror(rv); in resume_data() 1522 << nghttp2_strerror(lib_error_code); in on_frame_not_send_callback() 1769 << nghttp2_strerror(rv); in downstream_read() 1791 << nghttp2_strerror(datalen); in downstream_write() 1869 << nghttp2_strerror(rv); in consume()
|
D | inflatehd.cc | 128 nghttp2_strerror(rv), seq); in inflate_hd()
|
D | shrpx_live_check.cc | 595 << nghttp2_strerror(rv); in on_read() 633 << nghttp2_strerror(datalen); in on_write()
|
D | nghttp.cc | 378 << nghttp2_strerror(error) << std::endl; in continue_timeout_cb() 535 << "() returned error: " << nghttp2_strerror(stream_id) in submit_request() 1174 << nghttp2_strerror(rv) << std::endl; in connection_made() 1271 << nghttp2_strerror(rv) << std::endl; in on_read() 1297 << nghttp2_strerror(len) << std::endl; in on_write() 2155 << " failed: " << nghttp2_strerror(lib_error_code) << std::endl; in on_frame_not_send_callback()
|
D | app_helper.cc | 425 nghttp2_strerror(lib_error_code)); in verbose_on_invalid_frame_recv_callback()
|
D | HttpServer.cc | 618 << nghttp2_strerror(datalen) << std::endl; in fill_wb() 659 << nghttp2_strerror(rv) << std::endl; in read_clear() 782 << nghttp2_strerror(rv) << std::endl; in read_tls() 1295 << nghttp2_strerror(rv) << std::endl; in prepare_response()
|
/third_party/curl/lib/ |
D | cf-h2-proxy.c | 375 nghttp2_strerror(rc), rc); in cf_h2_proxy_ctx_init() 385 nghttp2_strerror(rc), rc); in cf_h2_proxy_ctx_init() 453 "%zd:%s", rv, nghttp2_strerror((int)rv)); in proxy_h2_process_pending_input() 531 nghttp2_strerror(rv), rv); in proxy_h2_progress_egress() 935 nghttp2_strerror(stream_id), stream_id); in proxy_h2_submit() 966 ts->stream_id, nghttp2_strerror(ts->stream_id)); in submit_CONNECT()
|
D | http2.c | 478 nghttp2_strerror(rc), rc); in cf_h2_ctx_init() 501 nghttp2_strerror(rc), rc); in cf_h2_ctx_init() 511 nghttp2_strerror(rc), rc); in cf_h2_ctx_init() 556 "%zd:%s", rv, nghttp2_strerror((int)rv)); in h2_process_pending_input() 635 nghttp2_strerror(rc), rc); in http2_send_ping() 642 nghttp2_strerror(rc), rc); in http2_send_ping() 1830 nghttp2_strerror(rv), rv); in h2_progress_egress() 2099 nghttp2_strerror(stream_id), stream_id); in h2_submit() 2452 nghttp2_strerror(rv), rv); in http2_data_pause()
|
/third_party/nghttp2/doc/sources/ |
D | tutorial-client.rst | 254 errx(1, "Could not submit SETTINGS: %s", nghttp2_strerror(rv)); 286 errx(1, "Could not submit HTTP request: %s", nghttp2_strerror(stream_id)); 314 warnx("Fatal error: %s", nghttp2_strerror((int)readlen)); 342 warnx("Fatal error: %s", nghttp2_strerror(rv));
|
D | tutorial-server.rst | 306 warnx("Fatal error: %s", nghttp2_strerror(rv)); 333 warnx("Fatal error: %s", nghttp2_strerror((int)readlen)); 359 warnx("Fatal error: %s", nghttp2_strerror(rv)); 566 warnx("Fatal error: %s", nghttp2_strerror(rv));
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_helper.c | 253 const char *nghttp2_strerror(int error_code) { in nghttp2_strerror() function
|
D | nghttp2_hd.c | 2170 nghttp2_strerror((int)rv)); in nghttp2_hd_inflate_hd_nv()
|
/third_party/nghttp2/lib/ |
D | nghttp2_helper.c | 253 const char *nghttp2_strerror(int error_code) { in nghttp2_strerror() function
|
D | libnghttp2_shared.map | 342 nghttp2_strerror;
|
D | nghttp2_hd.c | 2170 nghttp2_strerror((int)rv)); in nghttp2_hd_inflate_hd_nv()
|
/third_party/nghttp2/doc/ |
D | Makefile.am | 172 nghttp2_strerror.rst \
|
D | CMakeLists.txt | 135 nghttp2_strerror.rst
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 3842 NGHTTP2_EXTERN const char *nghttp2_strerror(int lib_error_code);
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 3858 NGHTTP2_EXTERN const char *nghttp2_strerror(int lib_error_code);
|
/third_party/node/src/ |
D | node_http2.cc | 2560 reinterpret_cast<const uint8_t*>(nghttp2_strerror(val)))); in HttpErrorString() 2711 Debug(session, "could not submit request: %s", nghttp2_strerror(ret)); in Request()
|