Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_err.c73 case NGHTTP3_ERR_H3_ID_ERROR: in nghttp3_strerror()
112 case NGHTTP3_ERR_H3_ID_ERROR: in nghttp3_err_infer_quic_app_error_code()
Dnghttp3_conn.c720 return NGHTTP3_ERR_H3_ID_ERROR; in nghttp3_conn_read_control()
866 return NGHTTP3_ERR_H3_ID_ERROR; in nghttp3_conn_read_control()
869 return NGHTTP3_ERR_H3_ID_ERROR; in nghttp3_conn_read_control()
1717 return NGHTTP3_ERR_H3_ID_ERROR; in conn_on_priority_update_stream()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
Dnghttp3.h252 #define NGHTTP3_ERR_H3_ID_ERROR -670 macro