Lines Matching refs:local_settings
2478 session->local_settings.max_frame_size = NGHTTP2_MAX_FRAME_SIZE_MIN - 1; in test_nghttp2_session_recv_altsvc()
2954 session->local_settings.max_concurrent_streams = in test_nghttp2_session_on_request_headers_received()
3251 session->local_settings.max_concurrent_streams = 1; in test_nghttp2_session_on_push_response_headers_received()
3763 session->local_settings.enable_push = 0; in test_nghttp2_session_on_push_promise_received()
5679 session->local_settings.max_concurrent_streams); in test_nghttp2_submit_settings()
5681 session->local_settings.initial_window_size); in test_nghttp2_submit_settings()
5722 CU_ASSERT(16 * 1024 == session->local_settings.initial_window_size); in test_nghttp2_submit_settings()
5725 CU_ASSERT(50 == session->local_settings.max_concurrent_streams); in test_nghttp2_submit_settings()
5892 CU_ASSERT(100 == session->local_settings.max_concurrent_streams); in test_nghttp2_submit_settings_multiple_times()
5898 CU_ASSERT(99 == session->local_settings.max_concurrent_streams); in test_nghttp2_submit_settings_multiple_times()
6796 session->local_settings.max_concurrent_streams = 1; in test_nghttp2_session_max_concurrent_streams()
10312 session->local_settings.max_concurrent_streams = 30; in test_nghttp2_session_create_idle_stream()
10334 session->local_settings.max_concurrent_streams = 30; in test_nghttp2_session_create_idle_stream()
10365 session->local_settings.max_concurrent_streams = (uint32_t)max_streams; in test_nghttp2_session_repeated_priority_change()
10417 session->local_settings.max_concurrent_streams = max_streams; in test_nghttp2_session_repeated_priority_submission()