Searched defs:hard_max_dtable_capacity (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.h | 159 size_t hard_max_dtable_capacity; member
|
H A D | nghttp3_qpack.c | 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...] |
Completed in 6 milliseconds