Home
last modified time | relevance | path

Searched refs:NGHTTP2_HTTP_FLAG_PRIORITY (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_stream.h143 NGHTTP2_HTTP_FLAG_PRIORITY = 1 << 16, enumerator
H A Dnghttp2_http.c216 stream->http_flags |= NGHTTP2_HTTP_FLAG_PRIORITY; in http_request_on_header()
218 stream->http_flags &= (uint32_t)~NGHTTP2_HTTP_FLAG_PRIORITY; in http_request_on_header()
H A Dnghttp2_session.c4038 (stream->http_flags & NGHTTP2_HTTP_FLAG_PRIORITY)) { in session_end_stream_headers_received()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.h143 NGHTTP2_HTTP_FLAG_PRIORITY = 1 << 16, enumerator
H A Dnghttp2_http.c216 stream->http_flags |= NGHTTP2_HTTP_FLAG_PRIORITY; in http_request_on_header()
218 stream->http_flags &= (uint32_t)~NGHTTP2_HTTP_FLAG_PRIORITY; in http_request_on_header()
H A Dnghttp2_session.c4033 (stream->http_flags & NGHTTP2_HTTP_FLAG_PRIORITY)) { in session_end_stream_headers_received()

Completed in 19 milliseconds