Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_stream.h98 NGHTTP2_STREAM_FLAG_IGNORE_CLIENT_PRIORITIES = 0x20, enumerator
H A Dnghttp2_session.c4037 !(stream->flags & NGHTTP2_STREAM_FLAG_IGNORE_CLIENT_PRIORITIES) && in session_end_stream_headers_received()
5294 if (stream->flags & NGHTTP2_STREAM_FLAG_IGNORE_CLIENT_PRIORITIES) { in nghttp2_session_on_priority_update_received()
8374 stream->flags |= NGHTTP2_STREAM_FLAG_IGNORE_CLIENT_PRIORITIES; in nghttp2_session_change_extpri_stream_priority()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.h98 NGHTTP2_STREAM_FLAG_IGNORE_CLIENT_PRIORITIES = 0x20, enumerator
H A Dnghttp2_session.c4032 !(stream->flags & NGHTTP2_STREAM_FLAG_IGNORE_CLIENT_PRIORITIES) && in session_end_stream_headers_received()
5289 if (stream->flags & NGHTTP2_STREAM_FLAG_IGNORE_CLIENT_PRIORITIES) { in nghttp2_session_on_priority_update_received()
8363 stream->flags |= NGHTTP2_STREAM_FLAG_IGNORE_CLIENT_PRIORITIES; in nghttp2_session_change_extpri_stream_priority()

Completed in 18 milliseconds