Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h250 /* last_max_dtable_update is the dynamic table size last
252 size_t last_max_dtable_update; member
H A Dnghttp3_qpack.c927 encoder->last_max_dtable_update = 0; in nghttp3_qpack_encoder_init()
966 encoder->last_max_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()
1255 encoder, ebuf, encoder->last_max_dtable_update); in nghttp3_qpack_encoder_process_dtable_update()
1262 encoder->ctx.max_dtable_capacity = encoder->last_max_dtable_update; in nghttp3_qpack_encoder_process_dtable_update()

Completed in 9 milliseconds