Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c921 nghttp3_pq_init(&encoder->min_cnts, ref_min_cnt_less, mem); in nghttp3_qpack_encoder_init()
943 nghttp3_pq_free(&encoder->min_cnts); in nghttp3_qpack_encoder_free()
975 assert(!nghttp3_pq_empty(&encoder->min_cnts)); in nghttp3_qpack_encoder_get_min_cnt()
977 return nghttp3_struct_of(nghttp3_pq_top(&encoder->min_cnts), in nghttp3_qpack_encoder_get_min_cnt()
993 if (!nghttp3_pq_empty(&encoder->min_cnts)) { in nghttp3_qpack_encoder_shrink_dtable()
1077 return nghttp3_pq_push(&encoder->min_cnts, &ref->min_cnts_pe); in qpack_encoder_add_stream_ref()
1095 nghttp3_pq_remove(&encoder->min_cnts, &ref->min_cnts_pe); in qpack_encoder_remove_stream()
1353 if (!nghttp3_pq_empty(&encoder->min_cnts)) { in qpack_encoder_can_index()
2305 nghttp3_pq_remove(&encoder->min_cnts, &ref->min_cnts_pe); in nghttp3_qpack_encoder_ack_header()
2335 nghttp3_pq_clear(&encoder->min_cnts); in nghttp3_qpack_encoder_ack_everything()
[all...]
H A Dnghttp3_qpack.h235 /* min_cnts is a priority queue of nghttp3_qpack_header_block_ref
238 nghttp3_pq min_cnts; member

Completed in 5 milliseconds