/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 | 293 warnx("Fatal error: %s", nghttp2_strerror(rv)); in session_send() 311 warnx("Fatal error: %s", nghttp2_strerror((int)readlen)); in session_recv() 424 warnx("Fatal error: %s", nghttp2_strerror(rv)); in send_response() 447 warnx("Fatal error: %s", nghttp2_strerror(rv)); in error_reply() 642 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() 809 << nghttp2_strerror(lib_error_code); in on_frame_not_send_callback() 941 << nghttp2_strerror(rv); in start_graceful_shutdown() 1070 << nghttp2_strerror(rv); in Http2Upstream() 1087 << nghttp2_strerror(rv); in Http2Upstream() 1147 << nghttp2_strerror(rv); in on_read() 1200 << window_size << " failed: " << nghttp2_strerror(rv); in on_write() 1218 << nghttp2_strerror(datalen); in on_write() 1413 << nghttp2_strerror(rv); in rst_stream() 1552 << nghttp2_strerror(rv); in send_reply() [all …]
|
D | shrpx_http2_session.cc | 754 << nghttp2_strerror(stream_id); in submit_request() 775 << nghttp2_strerror(rv); in submit_rst_stream() 794 << nghttp2_strerror(rv); in resume_data() 1509 << nghttp2_strerror(lib_error_code); in on_frame_not_send_callback() 1753 << nghttp2_strerror(rv); in downstream_read() 1775 << nghttp2_strerror(datalen); in downstream_write() 1853 << nghttp2_strerror(rv); in consume()
|
D | inflatehd.cc | 128 nghttp2_strerror(rv), seq); in inflate_hd()
|
D | asio_common.cc | 40 std::string message(int ev) const { return nghttp2_strerror(ev); } in message()
|
D | shrpx_live_check.cc | 595 << nghttp2_strerror(rv); in on_read() 633 << nghttp2_strerror(datalen); in on_write()
|
D | nghttp.cc | 376 << nghttp2_strerror(error) << std::endl; in continue_timeout_cb() 521 << "() returned error: " << nghttp2_strerror(stream_id) in submit_request() 1153 << nghttp2_strerror(rv) << std::endl; in connection_made() 1250 << nghttp2_strerror(rv) << std::endl; in on_read() 1276 << nghttp2_strerror(len) << std::endl; in on_write() 2133 << " failed: " << nghttp2_strerror(lib_error_code) << std::endl; in on_frame_not_send_callback()
|
D | app_helper.cc | 410 nghttp2_strerror(lib_error_code)); in verbose_on_invalid_frame_recv_callback()
|
D | HttpServer.cc | 607 << nghttp2_strerror(datalen) << std::endl; in fill_wb() 648 << nghttp2_strerror(rv) << std::endl; in read_clear() 771 << nghttp2_strerror(rv) << std::endl; in read_tls() 1278 << nghttp2_strerror(rv) << std::endl; in prepare_response()
|
/third_party/curl/lib/ |
D | http2.c | 262 nghttp2_strerror(rc), rc); in http2_conncheck() 274 nghttp2_strerror(rc), rc); in http2_conncheck() 1381 "%zd:%s", rv, nghttp2_strerror((int)rv)); in h2_process_pending_input() 2165 nghttp2_strerror(stream_id), stream_id)); in http2_send() 2178 nghttp2_strerror(rv), rv)); in http2_send() 2285 nghttp2_strerror(rv), rv); in Curl_http2_switched() 2308 nghttp2_strerror(rv), rv); in Curl_http2_switched() 2317 nghttp2_strerror(rv), rv); in Curl_http2_switched() 2375 nghttp2_strerror(rv), rv); in Curl_http2_stream_pause()
|
/third_party/nghttp2/lib/ |
D | nghttp2_helper.c | 253 const char *nghttp2_strerror(int error_code) { in nghttp2_strerror() function
|
D | libnghttp2_shared.map | 331 nghttp2_strerror;
|
/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 | 2164 nghttp2_strerror((int)rv)); in nghttp2_hd_inflate_hd_nv()
|
/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/nghttp2/python/ |
D | cnghttp2.pxd | 289 const char* nghttp2_strerror(int lib_error_code)
|
/third_party/nghttp2/doc/ |
D | Makefile.am | 164 nghttp2_strerror.rst \
|
D | CMakeLists.txt | 135 nghttp2_strerror.rst
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 3741 NGHTTP2_EXTERN const char *nghttp2_strerror(int lib_error_code);
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 3778 NGHTTP2_EXTERN const char *nghttp2_strerror(int lib_error_code);
|
/third_party/node/src/ |
D | node_http2.cc | 2410 reinterpret_cast<const uint8_t*>(nghttp2_strerror(val)))); in HttpErrorString() 2562 Debug(session, "could not submit request: %s", nghttp2_strerror(ret)); in Request()
|