Searched refs:ricnt (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.c | 2291 DEBUGF("qpack::encoder: Header acknowledgement stream=%ld ricnt=%" PRIu64 in nghttp3_qpack_encoder_ack_header() 2366 nghttp3_qpack_encoder *encoder, nghttp3_buf *pbuf, uint64_t ricnt, in nghttp3_qpack_encoder_write_field_section_prefix() 2370 uint64_t encricnt = ricnt == 0 ? 0 : (ricnt % (2 * max_ents)) + 1; in nghttp3_qpack_encoder_write_field_section_prefix() 2371 int sign = base < ricnt; in nghttp3_qpack_encoder_write_field_section_prefix() 2372 uint64_t delta_base = sign ? ricnt - base - 1 : base - ricnt; in nghttp3_qpack_encoder_write_field_section_prefix() 2378 DEBUGF("qpack::encode: ricnt=%" PRIu64 " base=%" PRIu64 " icnt=%" PRIu64 "\n", in nghttp3_qpack_encoder_write_field_section_prefix() 2379 ricnt, base, encoder->ctx.next_absidx); in nghttp3_qpack_encoder_write_field_section_prefix() 3230 sctx->ricnt in nghttp3_qpack_stream_context_init() 2365 nghttp3_qpack_encoder_write_field_section_prefix( nghttp3_qpack_encoder *encoder, nghttp3_buf *pbuf, uint64_t ricnt, uint64_t base) nghttp3_qpack_encoder_write_field_section_prefix() argument 3778 uint64_t max_ents, full, max, max_wrapped, ricnt; nghttp3_qpack_decoder_reconstruct_ricnt() local [all...] |
H A D | nghttp3_qpack.h | 334 * Field Section Prefix into |pbuf|. |ricnt| is Required Insert 344 nghttp3_qpack_encoder *encoder, nghttp3_buf *pbuf, uint64_t ricnt, 892 /* ricnt is Required Insert Count to decode this header block. */ 893 uint64_t ricnt; member
|
H A D | nghttp3_conn.c | 198 return lhs->qpack_sctx.ricnt < rhs->qpack_sctx.ricnt; in ricnt_less()
|
Completed in 9 milliseconds