Lines Matching refs:amount
133 unsigned long amount; in sendfile() local
145 amount = 0; in sendfile()
255 amount += size; in sendfile()
262 if (amount > 0) { in sendfile()
265 printstats("Sent", amount); in sendfile()
279 unsigned long amount; in recvfile() local
293 amount = 0; in recvfile()
405 amount += size; in recvfile()
418 if (amount > 0) { in recvfile()
421 printstats("Received", amount); in recvfile()
562 printstats(const char *direction, unsigned long amount) in printstats() argument
570 printf("%s %lu bytes in %.1f seconds", direction, amount, delta); in printstats()
572 printf(" [%.0f bits/sec]", (amount * 8.) / delta); in printstats()