Searched refs:total (Results 1 – 2 of 2) sorted by relevance
494 struct wget_stat total = {0}; in PrintStats() local506 total.waits += st->waits; in PrintStats()507 total.events += st->events; in PrintStats()508 total.connects += st->connects; in PrintStats()509 total.reads += st->reads; in PrintStats()510 total.writes += st->writes; in PrintStats()515 total.errors += st->errors; in PrintStats()516 total.timedout += st->timedout; in PrintStats()522 total.connects, in PrintStats()523 total.reads / 1024 / 1024, total.writes / 1024 / 1024, in PrintStats()[all …]
492 struct wget_stat total = {0}; in PrintStats() local504 total.waits += st->waits; in PrintStats()505 total.events += st->events; in PrintStats()506 total.connects += st->connects; in PrintStats()507 total.reads += st->reads; in PrintStats()508 total.writes += st->writes; in PrintStats()513 total.errors += st->errors; in PrintStats()514 total.timedout += st->timedout; in PrintStats()520 total.connects, in PrintStats()521 total.reads / 1024 / 1024, total.writes / 1024 / 1024, in PrintStats()[all …]