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

/httpd/modules/cache/
H A Dmod_socache_shmcb.c99 /* Used to mark explicitly-removed socache entries */
100 unsigned char removed; member in struct:__anon94
713 if (idx->removed)
718 /* not removed and not expired yet, we're done iterating */
727 "expiring %u and reclaiming %u removed socache entries",
768 /* First reclaim space from removed and expired records. */
773 * removed records, and then force-remove oldest-first
841 idx->removed = 0;
868 /* Only consider 'idx' if the id matches, and the "removed"
873 if (!idx->removed
[all...]

Completed in 1566 milliseconds