Searched refs:NGHTTP2_MIN_IDLE_STREAMS (Results 1 – 3 of 3) sorted by relevance
90 #define NGHTTP2_MIN_IDLE_STREAMS 16 macro
9344 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()