Searched refs:max_blocked_streams (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.h | 163 /* max_blocked_streams is the maximum number of stream which can be 165 size_t max_blocked_streams; member 787 * capacity. |max_blocked_streams| is the maximum number of stream 798 size_t max_blocked_streams,
|
H A D | nghttp3_qpack.c | 844 size_t max_blocked_streams, in qpack_context_init() 864 ctx->max_blocked_streams = max_blocked_streams; in qpack_context_init() 970 nghttp3_qpack_encoder *encoder, size_t max_blocked_streams) { in nghttp3_qpack_encoder_set_max_blocked_streams() 971 encoder->ctx.max_blocked_streams = max_blocked_streams; in nghttp3_qpack_encoder_set_max_blocked_streams() 1166 blocked_stream || encoder->ctx.max_blocked_streams > in nghttp3_qpack_encoder_encode() 2639 size_t max_blocked_streams, in nghttp3_qpack_decoder_init() 2644 max_blocked_streams, mem); in nghttp3_qpack_decoder_init() 4065 size_t max_blocked_streams, in nghttp3_qpack_decoder_new() 842 qpack_context_init(nghttp3_qpack_context *ctx, size_t hard_max_dtable_capacity, size_t max_blocked_streams, const nghttp3_mem *mem) qpack_context_init() argument 969 nghttp3_qpack_encoder_set_max_blocked_streams( nghttp3_qpack_encoder *encoder, size_t max_blocked_streams) nghttp3_qpack_encoder_set_max_blocked_streams() argument 2637 nghttp3_qpack_decoder_init(nghttp3_qpack_decoder *decoder, size_t hard_max_dtable_capacity, size_t max_blocked_streams, const nghttp3_mem *mem) nghttp3_qpack_decoder_init() argument 4063 nghttp3_qpack_decoder_new(nghttp3_qpack_decoder **pdecoder, size_t hard_max_dtable_capacity, size_t max_blocked_streams, const nghttp3_mem *mem) nghttp3_qpack_decoder_new() argument [all...] |
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/ |
H A D | nghttp3.h | 1193 * streams which can be blocked to |max_blocked_streams|. 1197 size_t max_blocked_streams); 1288 * bound of the dynamic table capacity. |max_blocked_streams| is the 1302 size_t max_blocked_streams,
|
Completed in 15 milliseconds