Searched refs:bytes_sent (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c1403 int bytes_sent; local
1444 bytes_sent = sendto(query_socket, packet_buffer, buffer_len, 0,
1446 if (bytes_sent == -1) {
1452 if (bytes_sent != buffer_len)
/httpd/include/
H A Dhttpd.h875 apr_off_t bytes_sent; member in struct:request_rec
/httpd/modules/filters/
H A Dmod_deflate.c864 * Optimization: If we are a HEAD request and bytes_sent is not zero
871 if (r->header_only && r->bytes_sent) {
/httpd/modules/http/
H A Dhttp_filters.c354 && !(f->r->eos_sent || f->r->bytes_sent)) {
/httpd/modules/loggers/
H A Dmod_log_config.c441 if (!r->sent_bodyct || !r->bytes_sent) {
445 return apr_off_t_toa(r->pool, r->bytes_sent);
451 if (!r->sent_bodyct || !r->bytes_sent) {
455 return apr_off_t_toa(r->pool, r->bytes_sent);
/httpd/modules/lua/
H A Dlua_request.c2168 r->bytes_sent = 0;
/httpd/
H A Dap.d25 offset_t bytes_sent;
/httpd/modules/test/
H A Dmod_dialup.c51 apr_size_t bytes_sent = 0; local
53 while (!APR_BRIGADE_EMPTY(db->bb) && bytes_sent < db->bytes_per_second) {
83 bytes_sent += len;
/httpd/server/
H A Dprotocol.c1492 r->bytes_sent += len;
1525 r->bytes_sent += e->length;
1539 * in this case, making r->bytes_sent zero.
1541 * if r->bytes_sent > 0 we have a (temporary) body whose length may
1547 !(r->header_only && r->bytes_sent == 0 &&
1549 ap_set_content_length(r, r->bytes_sent);
H A Dscoreboard.c377 bytes = r->bytes_sent;

Completed in 64 milliseconds