Searched refs:H3_STREAM_WINDOW_SIZE (Results 1 – 4 of 4) sorted by relevance
65 #define H3_STREAM_WINDOW_SIZE (128 * 1024) macro72 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE ) / 276 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)78 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)1297 H3_STREAM_WINDOW_SIZE); in cf_quiche_ctx_open()1299 H3_STREAM_WINDOW_SIZE); in cf_quiche_ctx_open()1301 H3_STREAM_WINDOW_SIZE); in cf_quiche_ctx_open()1305 10 * QUIC_MAX_STREAMS * H3_STREAM_WINDOW_SIZE); in cf_quiche_ctx_open()1306 quiche_config_set_max_stream_window(ctx->cfg, 10 * H3_STREAM_WINDOW_SIZE); in cf_quiche_ctx_open()
87 #define H3_STREAM_WINDOW_SIZE (128 * 1024) macro95 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE ) / 299 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)101 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)157 ctx->max_stream_window = H3_STREAM_WINDOW_SIZE; in cf_ngtcp2_ctx_init()
54 #define H3_STREAM_WINDOW_SIZE (128 * 1024) macro57 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)
69 #define H3_STREAM_WINDOW_SIZE (128 * 1024) macro77 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE ) / 281 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)83 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)
Completed in 23 milliseconds