Lines Matching refs:stat
110 struct wget_stat stat; member
203 ctx->stat.connects++; in CreateConnection()
265 ctx->stat.writes += wr; in SendHTTPRequest()
298 ctx->stat.completes++; in DownloadNext()
315 ctx->stat.sum_resp_time += tdiff; in DownloadNext()
316 if (tdiff > ctx->stat.max_resp_time) in DownloadNext()
317 ctx->stat.max_resp_time = tdiff; in DownloadNext()
344 ctx->stat.completes++; in DownloadComplete()
361 ctx->stat.sum_resp_time += tdiff; in DownloadComplete()
362 if (tdiff > ctx->stat.max_resp_time) in DownloadComplete()
363 ctx->stat.max_resp_time = tdiff; in DownloadComplete()
384 ctx->stat.reads += rd; in HandleReadEvent()
422 ctx->stat.errors++; in HandleReadEvent()
473 ctx->stat.errors++; in HandleReadEvent()
482 ctx->stat.errors++; in HandleReadEvent()
621 g_stat[core] = &ctx->stat; in InitWget()
700 ctx->stat.waits++; in RunWget()
709 ctx->stat.events += nevents; in RunWget()
720 ctx->stat.errors++; in RunWget()
725 ctx->stat.timedout++; in RunWget()