Home
last modified time | relevance | path

Searched refs:nghttp3_err_is_fatal (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_err.c126 int nghttp3_err_is_fatal(int liberr) { return liberr < NGHTTP3_ERR_FATAL; } in nghttp3_err_is_fatal() function
Dnghttp3_conn.c392 if (nghttp3_err_is_fatal(rv)) { in nghttp3_conn_read_stream()
1730 if (nghttp3_err_is_fatal(rv)) { in conn_on_priority_update_stream()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
Dnghttp3.h2608 NGHTTP3_EXTERN int nghttp3_err_is_fatal(int liberr);
/third_party/nghttp2/src/
Dshrpx_http3_upstream.cc1731 if (nghttp3_err_is_fatal(rv)) { in send_reply()
2724 if (nghttp3_err_is_fatal(rv)) { in error_reply()