Home
last modified time | relevance | path

Searched refs:NGHTTP3_ERR_FATAL (Results 1 – 2 of 2) 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()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
Dnghttp3.h275 #define NGHTTP3_ERR_FATAL -900 macro