Searched +defs:val +defs:instance (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dhtcacheclean.c256 static apr_size_t round_up(apr_size_t val, apr_off_t round) { argument
258 return (apr_size_t)(((val + round - 1) / round) * round);
260 return val;
1380 apr_pool_t *pool, *instance; local
1704 apr_pool_create(&instance, pool);
1725 status = apr_stat(&info, path, APR_FINFO_MTIME, instance);
1743 status = apr_stat(&info, path, APR_FINFO_MTIME, instance);
1760 if (!process_dir(path, instance, &nodes) && !interrupted) {
1761 purge(path, instance, max, inodes, nodes, round);
1776 status = apr_stat(&info, path, APR_FINFO_MTIME, instance);
[all...]

Completed in 15 milliseconds