Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_err.c43 case NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING: in nghttp3_strerror()
119 case NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING: in nghttp3_err_infer_quic_app_error_code()
Dnghttp3_stream.c1062 return NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING; in nghttp3_stream_transit_rx_http_state()
1090 return NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING; in nghttp3_stream_transit_rx_http_state()
1118 return NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING; in nghttp3_stream_transit_rx_http_state()
1135 return NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING; in nghttp3_stream_transit_rx_http_state()
1144 return NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING; in nghttp3_stream_transit_rx_http_state()
1179 return NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING; in nghttp3_stream_transit_rx_http_state()
1207 return NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING; in nghttp3_stream_transit_rx_http_state()
1213 return NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING; in nghttp3_stream_transit_rx_http_state()
1222 return NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING; in nghttp3_stream_transit_rx_http_state()
1235 return NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING; in nghttp3_stream_empty_headers_allowed()
Dnghttp3_http.c1435 return NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING; in nghttp3_http_on_remote_end_stream()
1447 return NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING; in nghttp3_http_on_data_chunk()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
Dnghttp3.h148 #define NGHTTP3_ERR_MALFORMED_HTTP_MESSAGING -109 macro