Home
last modified time | relevance | path

Searched refs:nghttp2_strerror (Results 1 – 25 of 29) sorted by relevance

12

/third_party/nghttp2/examples/
Ddeflate.c68 nghttp2_strerror(rv)); in main()
76 nghttp2_strerror(rv)); in main()
125 nghttp2_strerror((int)rv)); in deflate()
Dlibevent-server.c293 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()
Dlibevent-client.c398 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()
Dclient.c152 nghttp2_strerror(error_code)); in diec()
/third_party/nghttp2/src/
Dshrpx_http2_upstream.cc126 << 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 …]
Dshrpx_http2_session.cc754 << 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()
Dinflatehd.cc128 nghttp2_strerror(rv), seq); in inflate_hd()
Dasio_common.cc40 std::string message(int ev) const { return nghttp2_strerror(ev); } in message()
Dshrpx_live_check.cc595 << nghttp2_strerror(rv); in on_read()
633 << nghttp2_strerror(datalen); in on_write()
Dnghttp.cc376 << 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()
Dapp_helper.cc410 nghttp2_strerror(lib_error_code)); in verbose_on_invalid_frame_recv_callback()
DHttpServer.cc607 << 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/
Dhttp2.c262 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/
Dnghttp2_helper.c253 const char *nghttp2_strerror(int error_code) { in nghttp2_strerror() function
Dlibnghttp2_shared.map331 nghttp2_strerror;
/third_party/node/deps/nghttp2/lib/
Dnghttp2_helper.c253 const char *nghttp2_strerror(int error_code) { in nghttp2_strerror() function
Dnghttp2_hd.c2164 nghttp2_strerror((int)rv)); in nghttp2_hd_inflate_hd_nv()
/third_party/nghttp2/doc/sources/
Dtutorial-client.rst254 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));
Dtutorial-server.rst306 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/
Dcnghttp2.pxd289 const char* nghttp2_strerror(int lib_error_code)
/third_party/nghttp2/doc/
DMakefile.am164 nghttp2_strerror.rst \
DCMakeLists.txt135 nghttp2_strerror.rst
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h3741 NGHTTP2_EXTERN const char *nghttp2_strerror(int lib_error_code);
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h3778 NGHTTP2_EXTERN const char *nghttp2_strerror(int lib_error_code);
/third_party/node/src/
Dnode_http2.cc2410 reinterpret_cast<const uint8_t*>(nghttp2_strerror(val)))); in HttpErrorString()
2562 Debug(session, "could not submit request: %s", nghttp2_strerror(ret)); in Request()

12