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

/httpd/support/
H A Dhtcacheclean.c104 static int listurls; /* flag: true means list cached urls */ variable
1553 if (listurls) {
1556 listurls = 1;
1560 if (listurls) {
1563 listurls = 1;
1661 if (isdaemon && (verbose || realclean || dryrun || listurls)) {
1669 if (!listurls && max <= 0 && inodes <= 0) {
1684 if (listurls) {

Completed in 1072 milliseconds