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

/httpd/support/
H A Dhtcacheclean.c101 static int dryrun; /* flag: true means dry run, don't actually delete variable
240 "%" APR_OFF_T_FMT APR_EOL_STR, s->ntotal, dryrun && deldirs ? "estimated "
279 if (deldirs && !dryrun) {
332 if (dryrun) {
368 if (dryrun) {
379 if (dryrun) {
1186 if (!dryrun) {
1216 if (dirname && deldirs && !dryrun) {
1392 dryrun = 0;
1447 if (dryrun) {
[all...]

Completed in 1200 milliseconds