Home
last modified time | relevance | path

Searched refs:nghttp2_http2_strerror (Results 1 – 10 of 10) sorted by relevance

/third_party/nghttp2/src/
Dapp_helper.cc311 nghttp2_http2_strerror(frame->rst_stream.error_code), in print_frame()
342 nghttp2_http2_strerror(frame->goaway.error_code), in print_frame()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_helper.c770 const char *nghttp2_http2_strerror(uint32_t error_code) { in nghttp2_http2_strerror() function
/third_party/nghttp2/lib/
Dnghttp2_helper.c772 const char *nghttp2_http2_strerror(uint32_t error_code) { in nghttp2_http2_strerror() function
Dlibnghttp2_shared.map132 nghttp2_http2_strerror;
/third_party/nghttp2/doc/
DMakefile.am58 nghttp2_http2_strerror.rst \
DCMakeLists.txt30 nghttp2_http2_strerror.rst
/third_party/curl/lib/
Dcf-h2-proxy.c885 stream_id, nghttp2_http2_strerror(error_code), error_code); in proxy_h2_on_stream_close()
1214 ctx->tunnel.stream_id, nghttp2_http2_strerror(ctx->tunnel.error), in h2_handle_tunnel_close()
Dhttp2.c1354 stream_id, nghttp2_http2_strerror(error_code), error_code); in on_stream_close()
1705 stream->id, nghttp2_http2_strerror(stream->error), in http2_handle_stream_close()
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h3852 NGHTTP2_EXTERN const char *nghttp2_http2_strerror(uint32_t error_code);
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h3868 NGHTTP2_EXTERN const char *nghttp2_http2_strerror(uint32_t error_code);