Home
last modified time | relevance | path

Searched refs:NGHTTP3_ERR_H3_STREAM_CREATION_ERROR (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_err.c77 case NGHTTP3_ERR_H3_STREAM_CREATION_ERROR: in nghttp3_strerror()
116 case NGHTTP3_ERR_H3_STREAM_CREATION_ERROR: in nghttp3_err_infer_quic_app_error_code()
Dnghttp3_conn.c448 return NGHTTP3_ERR_H3_STREAM_CREATION_ERROR; in nghttp3_conn_read_stream()
504 return NGHTTP3_ERR_H3_STREAM_CREATION_ERROR; in conn_read_type()
511 return NGHTTP3_ERR_H3_STREAM_CREATION_ERROR; in conn_read_type()
514 return NGHTTP3_ERR_H3_STREAM_CREATION_ERROR; in conn_read_type()
521 return NGHTTP3_ERR_H3_STREAM_CREATION_ERROR; in conn_read_type()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
Dnghttp3.h267 #define NGHTTP3_ERR_H3_STREAM_CREATION_ERROR -672 macro