Home
last modified time | relevance | path

Searched refs:bytes_body (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/src/
H A Dh2load_http1_session.cc142 client->worker->stats.bytes_body += len; in htp_body_cb()
H A Dh2load.h238 int64_t bytes_body; member
H A Dh2load_http2_session.cc93 client->worker->stats.bytes_body += len; in on_data_chunk_recv_callback()
H A Dh2load.cc183 bytes_body(0), in Stats()
3222 stats.bytes_body += s.bytes_body; in main()
3282 << "%), " << util::utos_funit(stats.bytes_body) << "B (" in main()
3283 << stats.bytes_body << R"() data)" << std::endl; in main()
H A Dh2load_http3_session.cc162 client_->worker->stats.bytes_body += datalen; in recv_data()

Completed in 7 milliseconds