Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c1343 nghttp3_qpack_entry *min_ent, *last_ent; in qpack_encoder_can_index() local
1362 min_ent = nghttp3_qpack_context_dtable_get(&encoder->ctx, min_cnt - 1); in qpack_encoder_can_index()
1368 if (min_ent == last_ent) { in qpack_encoder_can_index()
1372 return avail + min_ent->sum - last_ent->sum >= need; in qpack_encoder_can_index()

Completed in 5 milliseconds