Searched refs:bytes_head_decomp (Results 1 – 5 of 5) sorted by relevance
114 client->worker->stats.bytes_head_decomp += len; in htp_hdr_keycb()125 client->worker->stats.bytes_head_decomp += len; in htp_hdr_valcb()
55 client->worker->stats.bytes_head_decomp += namelen + valuelen; in on_header_callback()
236 int64_t bytes_head_decomp; member
212 client_->worker->stats.bytes_head_decomp += name->len + value->len; in recv_header()
182 bytes_head_decomp(0), in Stats()3208 stats.bytes_head_decomp += s.bytes_head_decomp; in main()3248 if (stats.bytes_head_decomp > 0) { in main()3250 1. - static_cast<double>(stats.bytes_head) / stats.bytes_head_decomp; in main()