Home
last modified time | relevance | path

Searched refs:hpe_hist_size (Results 1 – 2 of 2) sorted by relevance

/dports/www/lighttpd/lighttpd-1.4.63/src/ls-hpack/
H A Dlshpack.c351 enc->hpe_hist_size = hist_size; in henc_use_hist()
367 enc->hpe_hist_size = 0; in lshpack_enc_use_hist()
1044 if (hist_size == enc->hpe_hist_size) in henc_resize_history()
1051 enc->hpe_hist_size = 0; in henc_resize_history()
1063 first = (enc->hpe_hist_idx + 1) % enc->hpe_hist_size; in henc_resize_history()
1064 count = enc->hpe_hist_size; in henc_resize_history()
1072 hist_buf[j] = enc->hpe_hist_buf[ (first + i) % enc->hpe_hist_size ]; in henc_resize_history()
1073 enc->hpe_hist_size = hist_size; in henc_resize_history()
1089 last = enc->hpe_hist_size; in henc_hist_add()
1097 enc->hpe_hist_idx = (enc->hpe_hist_idx + 1) % enc->hpe_hist_size; in henc_hist_add()
H A Dlshpack.h264 unsigned hpe_hist_size, hpe_hist_idx; member