Lines Matching refs:stat
109 struct wget_stat stat; member
202 ctx->stat.connects++; in CreateConnection()
264 ctx->stat.writes += wr; in SendHTTPRequest()
297 ctx->stat.completes++; in DownloadNext()
314 ctx->stat.sum_resp_time += tdiff; in DownloadNext()
315 if (tdiff > ctx->stat.max_resp_time) in DownloadNext()
316 ctx->stat.max_resp_time = tdiff; in DownloadNext()
343 ctx->stat.completes++; in DownloadComplete()
360 ctx->stat.sum_resp_time += tdiff; in DownloadComplete()
361 if (tdiff > ctx->stat.max_resp_time) in DownloadComplete()
362 ctx->stat.max_resp_time = tdiff; in DownloadComplete()
383 ctx->stat.reads += rd; in HandleReadEvent()
421 ctx->stat.errors++; in HandleReadEvent()
471 ctx->stat.errors++; in HandleReadEvent()
480 ctx->stat.errors++; in HandleReadEvent()
619 g_stat[core] = &ctx->stat; in InitWget()
698 ctx->stat.waits++; in RunWget()
707 ctx->stat.events += nevents; in RunWget()
718 ctx->stat.errors++; in RunWget()
723 ctx->stat.timedout++; in RunWget()