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

/httpd/support/
H A Dhtcacheclean.c96 static int delcount; /* file deletion count for nice mode */ variable
311 if (++delcount >= DELETE_NICE) {
313 delcount = 0;
345 if (++delcount >= DELETE_NICE) {
347 delcount = 0;
392 delcount += 2;
393 if (delcount >= DELETE_NICE) {
395 delcount = 0;
1708 delcount = 0;

Completed in 1646 milliseconds