Searched refs:hard_max_dtable_capacity (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.h | 157 /* hard_max_dtable_capacity is the upper bound of 159 size_t hard_max_dtable_capacity; member 260 * |hard_max_dtable_capacity| is the upper bound of the dynamic table 270 size_t hard_max_dtable_capacity, 786 * |hard_max_dtable_capacity| is the upper bound of the dynamic table 797 size_t hard_max_dtable_capacity,
|
H A D | nghttp3_qpack.c | 827 * qpack_context_init initializes |ctx|. |hard_max_dtable_capacity| 833 * |hard_max_dtable_capacity| is the upper bound of 843 size_t hard_max_dtable_capacity, in qpack_context_init() 862 ctx->hard_max_dtable_capacity = hard_max_dtable_capacity; in qpack_context_init() 906 size_t hard_max_dtable_capacity, in nghttp3_qpack_encoder_init() 910 rv = qpack_context_init(&encoder->ctx, hard_max_dtable_capacity, 0, mem); in nghttp3_qpack_encoder_init() 954 nghttp3_min(max_dtable_capacity, encoder->ctx.hard_max_dtable_capacity); in nghttp3_qpack_encoder_set_max_dtable_capacity() 2369 encoder->ctx.hard_max_dtable_capacity / NGHTTP3_QPACK_ENTRY_OVERHEAD; in nghttp3_qpack_encoder_write_field_section_prefix() 2638 size_t hard_max_dtable_capacity, in nghttp3_qpack_decoder_init() 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 905 nghttp3_qpack_encoder_init(nghttp3_qpack_encoder *encoder, size_t hard_max_dtable_capacity, const nghttp3_mem *mem) nghttp3_qpack_encoder_init() 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 3999 nghttp3_qpack_encoder_new(nghttp3_qpack_encoder **pencoder, size_t hard_max_dtable_capacity, const nghttp3_mem *mem) nghttp3_qpack_encoder_new() 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 | 1096 * must be non-NULL pointer. |hard_max_dtable_capacity| is the upper 1112 size_t hard_max_dtable_capacity, 1182 * larger than ``hard_max_dtable_capacity`` parameter of 1287 * must be non-NULL pointer. |hard_max_dtable_capacity| is the upper 1301 size_t hard_max_dtable_capacity, 1476 * ``hard_max_dtable_capacity`` parameter of
|
Completed in 8 milliseconds