Lines Matching refs:total
120 apr_off_t total;
189 tfrag = ((s->total * 10) / KBYTE) % 10;
190 s->total /= KBYTE;
191 if (s->total >= KBYTE) {
193 tfrag = ((s->total * 10) / KBYTE) % 10;
194 s->total /= KBYTE;
235 "total size was %" APR_OFF_T_FMT ".%" APR_OFF_T_FMT "%c, total size now "
236 "%" APR_OFF_T_FMT ".%" APR_OFF_T_FMT "%c" APR_EOL_STR, s->total,
238 apr_file_printf(errfile, "total inodes was %" APR_OFF_T_FMT
239 ", total %sinodes now "
244 "total entries was %" APR_OFF_T_FMT ", total entries now %" APR_OFF_T_FMT
988 s.total = s.sum;
1312 " -l Specify LIMIT as the total disk cache size limit. Attach 'K'" NL
1315 " -L Specify LIMIT as the total disk cache inode limit." NL