Searched defs:bytes_in (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/loggers/
H A Dmod_logio.c47 apr_off_t bytes_in; member in struct:logio_config_t
83 * Optional function for modules to adjust bytes_in
90 cf->bytes_in += bytes;
114 return apr_off_t_toa(r->pool, cf->bytes_in);
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;
193 cf->bytes_in += length;

Completed in 1240 milliseconds