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

/httpd/modules/cache/
H A Dmod_socache_shmcb.c62 unsigned long stat_removes_hit; member in struct:__anon92
428 header->stat_removes_hit = 0;
560 header->stat_removes_hit++;
643 "<b>%lu</b> miss<br>", header->stat_removes_hit,
670 ap_rprintf(r, "CacheRemoveHitCount: %lu\n", header->stat_removes_hit);

Completed in 15 milliseconds