Home
last modified time | relevance | path

Searched refs:completes (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/epwget/
H A Depwget.c83 uint64_t completes; member
298 ctx->stat.completes++; in DownloadNext()
344 ctx->stat.completes++; in DownloadComplete()
504 avg_resp_time = st->completes? st->sum_resp_time / st->completes : 0; in PrintStats()
511 total.completes += st->completes; in PrintStats()
524 total.completes, total_resp_time / core_limit, total.max_resp_time); in PrintStats()
H A Depwget-mp.c82 uint64_t completes; member
297 ctx->stat.completes++; in DownloadNext()
343 ctx->stat.completes++; in DownloadComplete()
502 avg_resp_time = st->completes? st->sum_resp_time / st->completes : 0; in PrintStats()
509 total.completes += st->completes; in PrintStats()
522 total.completes, total_resp_time / core_limit, total.max_resp_time); in PrintStats()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DREADME66 - parses the Response-header and completes the HTTP-header accordingly