Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c1644 ref->max_cnts_pe.index = NGHTTP3_PQ_BAD_INDEX; in nghttp3_qpack_header_block_ref_new()
1662 nghttp3_struct_of(lhsx, nghttp3_qpack_header_block_ref, max_cnts_pe); in ref_max_cnt_greater()
1664 nghttp3_struct_of(rhsx, nghttp3_qpack_header_block_ref, max_cnts_pe); in ref_max_cnt_greater()
1726 nghttp3_qpack_header_block_ref, max_cnts_pe); 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()
1757 assert(ref->max_cnts_pe.index != NGHTTP3_PQ_BAD_INDEX); in nghttp3_qpack_stream_pop_ref()
1759 nghttp3_pq_remove(&stream->max_cnts, &ref->max_cnts_pe); in nghttp3_qpack_stream_pop_ref()
2237 nghttp3_qpack_header_block_ref, max_cnts_pe) in nghttp3_qpack_encoder_block_stream()
2248 nghttp3_qpack_header_block_ref, max_cnts_pe) in nghttp3_qpack_encoder_unblock_stream()
H A Dnghttp3_qpack.h102 nghttp3_pq_entry max_cnts_pe; member

Completed in 6 milliseconds