Home
last modified time | relevance | path

Searched refs:bytes_head_decomp (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dh2load_http1_session.cc114 client->worker->stats.bytes_head_decomp += len; in htp_hdr_keycb()
125 client->worker->stats.bytes_head_decomp += len; in htp_hdr_valcb()
Dh2load_http2_session.cc55 client->worker->stats.bytes_head_decomp += namelen + valuelen; in on_header_callback()
Dh2load.h236 int64_t bytes_head_decomp; member
Dh2load_http3_session.cc212 client_->worker->stats.bytes_head_decomp += name->len + value->len; in recv_header()
Dh2load.cc182 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()