Home
last modified time | relevance | path

Searched refs:max_ents (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c2368 size_t max_ents = in nghttp3_qpack_encoder_write_field_section_prefix() local
2370 uint64_t encricnt = ricnt == 0 ? 0 : (ricnt % (2 * max_ents)) + 1; in nghttp3_qpack_encoder_write_field_section_prefix()
3778 uint64_t max_ents, full, max, max_wrapped, ricnt; in nghttp3_qpack_decoder_reconstruct_ricnt() local
3785 max_ents = in nghttp3_qpack_decoder_reconstruct_ricnt()
3787 full = 2 * max_ents; in nghttp3_qpack_decoder_reconstruct_ricnt()
3793 max = decoder->ctx.next_absidx + max_ents; in nghttp3_qpack_decoder_reconstruct_ricnt()

Completed in 6 milliseconds