Lines Matching defs:max
122 apr_off_t max;
207 s->max /= KBYTE;
208 if (s->max >= KBYTE) {
210 s->max /= KBYTE;
230 s->max, mtype);
964 static void purge(char *path, apr_pool_t *pool, apr_off_t max,
975 s.max = max;
991 if ((!s.max || s.sum <= s.max) && (!s.inodes || s.nodes <= s.inodes)) {
1010 if ((!s.max || s.sum <= s.max) && (!s.inodes || s.nodes <= s.inodes)) {
1035 if ((!s.max || s.sum <= s.max) && (!s.inodes || s.nodes <= s.inodes)) {
1054 while (!((!s.max || s.sum <= s.max) && (!s.inodes || s.nodes <= s.inodes))
1377 apr_off_t max, inodes, round;
1395 max = 0;
1499 rv = apr_strtoff(&max, arg, &end, 10);
1502 max *= KBYTE;
1505 max *= MBYTE;
1508 max *= GBYTE;
1669 if (!listurls && max <= 0 && inodes <= 0) {
1761 purge(path, instance, max, inodes, nodes, round);