Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_stream.h127 NGHTTP2_HTTP_FLAG_METH_ALL = NGHTTP2_HTTP_FLAG_METH_CONNECT | enumerator
H A Dnghttp2_http.c474 stream->http_flags &= NGHTTP2_HTTP_FLAG_METH_ALL; in nghttp2_http_on_request_headers()
488 stream->http_flags = (stream->http_flags & NGHTTP2_HTTP_FLAG_METH_ALL) | in nghttp2_http_on_response_headers()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.h127 NGHTTP2_HTTP_FLAG_METH_ALL = NGHTTP2_HTTP_FLAG_METH_CONNECT | enumerator
H A Dnghttp2_http.c474 stream->http_flags &= NGHTTP2_HTTP_FLAG_METH_ALL; in nghttp2_http_on_request_headers()
488 stream->http_flags = (stream->http_flags & NGHTTP2_HTTP_FLAG_METH_ALL) | in nghttp2_http_on_response_headers()

Completed in 4 milliseconds