Home
last modified time | relevance | path

Searched refs:nghttp2_http2_strerror (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/src/
H A 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/nghttp2/lib/
H A Dnghttp2_helper.c772 const char *nghttp2_http2_strerror(uint32_t error_code) { in nghttp2_http2_strerror() function
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c770 const char *nghttp2_http2_strerror(uint32_t error_code) { in nghttp2_http2_strerror() function
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h3868 NGHTTP2_EXTERN const char *nghttp2_http2_strerror(uint32_t error_code);
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h3852 NGHTTP2_EXTERN const char *nghttp2_http2_strerror(uint32_t error_code);
/third_party/curl/lib/
H A 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()
H A 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()

Completed in 37 milliseconds