Home
last modified time | relevance | path

Searched defs:hard_max_dtable_capacity (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h159 size_t hard_max_dtable_capacity; member
H A Dnghttp3_qpack.c842 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