Home
last modified time | relevance | path

Searched refs:header_exists_map (Results 1 – 2 of 2) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c1185 int header_exists_map = 0, ret; in handle_input_expect_headers() local
1207 … &stream->req.input.path, &stream->req.headers, &header_exists_map, in handle_input_expect_headers()
1229 if ((header_exists_map & expected_map) != expected_map) { in handle_input_expect_headers()
1234 if (header_exists_map != expected_map) { in handle_input_expect_headers()
/dports/www/h2o-devel/h2o-dcc7134/lib/http2/
H A Dconnection.c611 int ret, header_exists_map = 0; in handle_incoming_request() local
617 … &stream->req.input.path, &stream->req.headers, &header_exists_map, in handle_incoming_request()
636 if (header_exists_map != expected_map) { in handle_incoming_request()