Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h4299 * :macro:`NGHTTP2_EXTPRI_DEFAULT_URGENCY` is the default urgency
4302 #define NGHTTP2_EXTPRI_DEFAULT_URGENCY 3 macro
/third_party/nghttp2/lib/
H A Dnghttp2_stream.c104 stream->extpri = stream->http_extpri = NGHTTP2_EXTPRI_DEFAULT_URGENCY; in nghttp2_stream_init()
H A Dnghttp2_session.c5316 extpri.urgency = NGHTTP2_EXTPRI_DEFAULT_URGENCY; in nghttp2_session_on_priority_update_received()
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h4283 * :macro:`NGHTTP2_EXTPRI_DEFAULT_URGENCY` is the default urgency
4286 #define NGHTTP2_EXTPRI_DEFAULT_URGENCY 3 macro
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.c104 stream->extpri = stream->http_extpri = NGHTTP2_EXTPRI_DEFAULT_URGENCY; in nghttp2_stream_init()
H A Dnghttp2_session.c5311 extpri.urgency = NGHTTP2_EXTPRI_DEFAULT_URGENCY; in nghttp2_session_on_priority_update_received()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c1926 CU_ASSERT(NGHTTP2_EXTPRI_DEFAULT_URGENCY == in test_nghttp2_session_recv_headers_with_extpri()
1928 CU_ASSERT(NGHTTP2_EXTPRI_DEFAULT_URGENCY == in test_nghttp2_session_recv_headers_with_extpri()
2911 CU_ASSERT(NGHTTP2_EXTPRI_DEFAULT_URGENCY == stream->extpri); in test_nghttp2_session_recv_priority_update()
11725 &session->sched[NGHTTP2_EXTPRI_DEFAULT_URGENCY].ob_data)); in test_nghttp2_session_no_rfc7540_priorities()
11904 CU_ASSERT(NGHTTP2_EXTPRI_DEFAULT_URGENCY == stream->extpri); in test_nghttp2_session_server_fallback_rfc7540_priorities()

Completed in 46 milliseconds