Home
last modified time | relevance | path

Searched refs:NGHTTP2_MIN_IDLE_STREAMS (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_session.h90 #define NGHTTP2_MIN_IDLE_STREAMS 16 macro
/third_party/node/deps/nghttp2/lib/
Dnghttp2_session.h90 #define NGHTTP2_MIN_IDLE_STREAMS 16 macro
/third_party/nghttp2/tests/
Dnghttp2_session_test.c9344 for (i = 0; i < NGHTTP2_MIN_IDLE_STREAMS; ++i) { in test_nghttp2_session_keep_idle_stream()
9349 CU_ASSERT(NGHTTP2_MIN_IDLE_STREAMS == session->num_idle_streams); in test_nghttp2_session_keep_idle_stream()
9351 stream_id = (NGHTTP2_MIN_IDLE_STREAMS - 1) * 2 + 1; in test_nghttp2_session_keep_idle_stream()
9360 CU_ASSERT(NGHTTP2_MIN_IDLE_STREAMS == session->num_idle_streams); in test_nghttp2_session_keep_idle_stream()
10409 uint32_t max_streams = NGHTTP2_MIN_IDLE_STREAMS; in test_nghttp2_session_repeated_priority_submission()