Home
last modified time | relevance | path

Searched refs:NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES (Results 1 - 9 of 9) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_stream.c487 if (stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) { in nghttp2_stream_attach_item()
510 if (stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) { in nghttp2_stream_detach_item()
525 if (stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) { in nghttp2_stream_defer_item()
544 if (stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) { in nghttp2_stream_resume_deferred_item()
H A Dnghttp2_stream.h96 NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES = 0x10, enumerator
H A Dnghttp2_session.c931 assert(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES); in session_ob_data_push()
960 assert(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES); in session_ob_data_remove()
982 if (!(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES)) { in session_attach_stream_item()
993 if (!(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) || in session_detach_stream_item()
1005 if (!(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) || in session_defer_stream_item()
1023 if (!(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) || in session_resume_deferred_stream_item()
1313 assert((stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) || in nghttp2_session_open_stream()
1317 assert(!(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES)); in nghttp2_session_open_stream()
1325 stream->flags |= NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES; in nghttp2_session_open_stream()
1349 flags |= NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES; in nghttp2_session_open_stream()
[all...]
H A Dnghttp2_http.c210 (stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) && in http_request_on_header()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.c487 if (stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) { in nghttp2_stream_attach_item()
510 if (stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) { in nghttp2_stream_detach_item()
525 if (stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) { in nghttp2_stream_defer_item()
544 if (stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) { in nghttp2_stream_resume_deferred_item()
H A Dnghttp2_stream.h96 NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES = 0x10, enumerator
H A Dnghttp2_session.c926 assert(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES); in session_ob_data_push()
955 assert(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES); in session_ob_data_remove()
977 if (!(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES)) { in session_attach_stream_item()
988 if (!(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) || in session_detach_stream_item()
1000 if (!(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) || in session_defer_stream_item()
1018 if (!(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) || in session_resume_deferred_stream_item()
1308 assert((stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) || in nghttp2_session_open_stream()
1312 assert(!(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES)); in nghttp2_session_open_stream()
1320 stream->flags |= NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES; in nghttp2_session_open_stream()
1344 flags |= NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES; in nghttp2_session_open_stream()
[all...]
H A Dnghttp2_http.c210 (stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES) && in http_request_on_header()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c11863 !(anchor_stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES)); in test_nghttp2_session_server_fallback_rfc7540_priorities()
11869 CU_ASSERT(!(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES)); in test_nghttp2_session_server_fallback_rfc7540_priorities()
11962 CU_ASSERT(stream->flags & NGHTTP2_STREAM_FLAG_NO_RFC7540_PRIORITIES); in test_nghttp2_session_server_fallback_rfc7540_priorities()

Completed in 26 milliseconds