Home
last modified time | relevance | path

Searched refs:NGHTTP2_HTTP_FLAG__AUTHORITY (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_http.c117 if (!check_pseudo_header(stream, nv, NGHTTP2_HTTP_FLAG__AUTHORITY)) { in http_request_on_header()
450 (stream->http_flags & NGHTTP2_HTTP_FLAG__AUTHORITY) == 0) { in nghttp2_http_on_request_headers()
458 (NGHTTP2_HTTP_FLAG__AUTHORITY | NGHTTP2_HTTP_FLAG_HOST)) == 0) { in nghttp2_http_on_request_headers()
463 (stream->http_flags & NGHTTP2_HTTP_FLAG__AUTHORITY) == 0)) { in nghttp2_http_on_request_headers()
H A Dnghttp2_stream.h108 NGHTTP2_HTTP_FLAG__AUTHORITY = 1, enumerator
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_http.c117 if (!check_pseudo_header(stream, nv, NGHTTP2_HTTP_FLAG__AUTHORITY)) { in http_request_on_header()
450 (stream->http_flags & NGHTTP2_HTTP_FLAG__AUTHORITY) == 0) { in nghttp2_http_on_request_headers()
458 (NGHTTP2_HTTP_FLAG__AUTHORITY | NGHTTP2_HTTP_FLAG_HOST)) == 0) { in nghttp2_http_on_request_headers()
463 (stream->http_flags & NGHTTP2_HTTP_FLAG__AUTHORITY) == 0)) { in nghttp2_http_on_request_headers()
H A Dnghttp2_stream.h108 NGHTTP2_HTTP_FLAG__AUTHORITY = 1, enumerator

Completed in 4 milliseconds