Home
last modified time | relevance | path

Searched refs:NGHTTP2_EXTPRI_URGENCY_LOW (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h4315 * :macro:`NGHTTP2_EXTPRI_URGENCY_LOW` is the lowest urgency level for
4318 #define NGHTTP2_EXTPRI_URGENCY_LOW 7 macro
4326 #define NGHTTP2_EXTPRI_URGENCY_LEVELS (NGHTTP2_EXTPRI_URGENCY_LOW + 1)
4338 * :macro:`NGHTTP2_EXTPRI_URGENCY_LOW`], inclusive, and 0 is the
4955 * bound, it is set to :macro:`NGHTTP2_EXTPRI_URGENCY_LOW`.
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h4299 * :macro:`NGHTTP2_EXTPRI_URGENCY_LOW` is the lowest urgency level for
4302 #define NGHTTP2_EXTPRI_URGENCY_LOW 7 macro
4310 #define NGHTTP2_EXTPRI_URGENCY_LEVELS (NGHTTP2_EXTPRI_URGENCY_LOW + 1)
4322 * :macro:`NGHTTP2_EXTPRI_URGENCY_LOW`], inclusive, and 0 is the
4939 * bound, it is set to :macro:`NGHTTP2_EXTPRI_URGENCY_LOW`.
/third_party/nghttp2/lib/
H A Dnghttp2_http.c618 NGHTTP2_EXTPRI_URGENCY_LOW < val.integer) { in nghttp2_http_parse_priority()
H A Dnghttp2_session.c8369 if (extpri.urgency > NGHTTP2_EXTPRI_URGENCY_LOW) { in nghttp2_session_change_extpri_stream_priority()
8370 extpri.urgency = NGHTTP2_EXTPRI_URGENCY_LOW; in nghttp2_session_change_extpri_stream_priority()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_http.c618 NGHTTP2_EXTPRI_URGENCY_LOW < val.integer) { in nghttp2_http_parse_priority()
H A Dnghttp2_session.c8358 if (extpri.urgency > NGHTTP2_EXTPRI_URGENCY_LOW) { in nghttp2_session_change_extpri_stream_priority()
8359 extpri.urgency = NGHTTP2_EXTPRI_URGENCY_LOW; in nghttp2_session_change_extpri_stream_priority()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c10793 extpri.urgency = NGHTTP2_EXTPRI_URGENCY_LOW + 1; in test_nghttp2_session_change_extpri_stream_priority()
10803 CU_ASSERT(NGHTTP2_EXTPRI_URGENCY_LOW == in test_nghttp2_session_change_extpri_stream_priority()
10827 CU_ASSERT(NGHTTP2_EXTPRI_URGENCY_LOW == in test_nghttp2_session_change_extpri_stream_priority()
10835 CU_ASSERT(NGHTTP2_EXTPRI_URGENCY_LOW == in test_nghttp2_session_change_extpri_stream_priority()

Completed in 45 milliseconds