Searched refs:krcnt (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.h | 239 /* krcnt is Known Received Count. */ 240 uint64_t krcnt; member 323 * |indexing_mode| provides indexing strategy. |krcnt| is Known 329 uint32_t hash, nghttp3_qpack_indexing_mode indexing_mode, uint64_t krcnt,
|
H A D | nghttp3_qpack.c | 793 uint32_t hash, uint64_t krcnt, in encoder_qpack_map_find() 808 if (allow_blocking || p->absidx + 1 <= krcnt) { in encoder_qpack_map_find() 923 encoder->krcnt = 0; in nghttp3_qpack_encoder_init() 1281 return stream && encoder->krcnt < nghttp3_qpack_stream_get_max_cnt(stream); in nghttp3_qpack_encoder_stream_is_blocked() 1463 indexing_mode, encoder->krcnt, in nghttp3_qpack_encoder_encode_nv() 1614 uint32_t hash, nghttp3_qpack_indexing_mode indexing_mode, uint64_t krcnt, in nghttp3_qpack_encoder_lookup_dtable() 1621 hash, krcnt, allow_blocking, in nghttp3_qpack_encoder_lookup_dtable() 2292 " krcnt=%" PRIu64 "\n", in nghttp3_qpack_encoder_ack_header() 2293 stream_id, ref->max_cnt, encoder->krcnt); in nghttp3_qpack_encoder_ack_header() 2295 if (encoder->krcnt < re in nghttp3_qpack_encoder_ack_header() 788 encoder_qpack_map_find(nghttp3_qpack_encoder *encoder, int *exact_match, nghttp3_qpack_entry **pmatch, nghttp3_qpack_entry **ppb_match, const nghttp3_nv *nv, int32_t token, uint32_t hash, uint64_t krcnt, int allow_blocking, int name_only) encoder_qpack_map_find() argument 1612 nghttp3_qpack_encoder_lookup_dtable( nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token, uint32_t hash, nghttp3_qpack_indexing_mode indexing_mode, uint64_t krcnt, int allow_blocking) nghttp3_qpack_encoder_lookup_dtable() argument [all...] |
Completed in 5 milliseconds