Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h248 /* min_dtable_update is the minimum dynamic table size required. */
249 size_t min_dtable_update; member
H A Dnghttp3_qpack.c926 encoder->min_dtable_update = SIZE_MAX; in nghttp3_qpack_encoder_init()
962 if (encoder->min_dtable_update > max_dtable_capacity) { in nghttp3_qpack_encoder_set_max_dtable_capacity()
963 encoder->min_dtable_update = max_dtable_capacity; in nghttp3_qpack_encoder_set_max_dtable_capacity()
1246 if (encoder->min_dtable_update < encoder->last_max_dtable_update) { in nghttp3_qpack_encoder_process_dtable_update()
1248 encoder->min_dtable_update); in nghttp3_qpack_encoder_process_dtable_update()
1261 encoder->min_dtable_update = SIZE_MAX; in nghttp3_qpack_encoder_process_dtable_update()

Completed in 7 milliseconds