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

/httpd/modules/loggers/
H A Dmod_logio.c48 apr_off_t bytes_out; member in struct:logio_config_t
60 * Optional function for the core to add to bytes_out
66 cf->bytes_out += bytes;
122 return apr_off_t_toa(r->pool, cf->bytes_out);
130 return apr_off_t_toa(r->pool, cf->bytes_out + cf->bytes_in);
154 cf->bytes_last_request = cf->bytes_in + cf->bytes_out;
155 cf->bytes_in = cf->bytes_out = 0;

Completed in 1105 milliseconds