Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c1686 nghttp3_pq_init(&stream->max_cnts, ref_max_cnt_greater, mem); in nghttp3_qpack_stream_new()
1704 nghttp3_pq_free(&stream->max_cnts); in nghttp3_qpack_stream_del()
1721 if (nghttp3_pq_empty(&stream->max_cnts)) { in nghttp3_qpack_stream_get_max_cnt()
1725 ref = nghttp3_struct_of(nghttp3_pq_top(&stream->max_cnts), in nghttp3_qpack_stream_get_max_cnt()
1746 return nghttp3_pq_push(&stream->max_cnts, &ref->max_cnts_pe); in nghttp3_qpack_stream_add_ref()
1759 nghttp3_pq_remove(&stream->max_cnts, &ref->max_cnts_pe); in nghttp3_qpack_stream_pop_ref()
2236 nghttp3_struct_of(nghttp3_pq_top(&stream->max_cnts), in nghttp3_qpack_encoder_block_stream()
2247 nghttp3_struct_of(nghttp3_pq_top(&stream->max_cnts), in nghttp3_qpack_encoder_unblock_stream()
H A Dnghttp3_qpack.h127 /* max_cnts is a priority queue sorted by descending order of
129 nghttp3_pq max_cnts; member

Completed in 6 milliseconds