Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load.h168 struct ClientStat { struct
245 std::vector<ClientStat> client_stats;
315 void sample_client_stat(ClientStat *cstat);
333 ClientStat cstat;
Dh2load.cc1670 void Worker::sample_client_stat(ClientStat *cstat) { in sample_client_stat()