Lines Matching refs:bytes_sent
445 + hc->bytes_sent = 0;
533 - hc->bytes_sent = 0;
845 - if ( (long) hc->bytes_sent >= 0 )
847 - "%ld", (long) hc->bytes_sent );
927 + if (hc->bytes_sent >= 0) {
929 + smart_str_append_long(&bentries, hc->bytes_sent);
1453 off_t bytes_sent;
1754 c->bytes_sent = 0;
1982 c->bytes_sent = hc->bytes_sent;
1992 if ( c->bytes_sent >= c->bytes_to_send )
2026 iv[1].iov_base = &(hc->file_address[c->bytes_sent]);
2027 iv[1].iov_len = MIN( c->bytes_to_send - c->bytes_sent, c->limit );
2060 if ( c->bytes_sent >= c->bytes_to_send )
2185 + c->bytes_sent = 0;