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

/httpd/modules/cache/
H A Dmod_socache_shmcb.c82 unsigned int idx_pos, idx_used; member in struct:__anon93
134 * index of the first in use, subcache->idx_used gives the number in
460 subcache->idx_pos = subcache->idx_used = 0;
592 total += subcache->idx_used;
594 if (subcache->idx_used) {
711 while (loop < subcache->idx_used) {
729 if (loop == subcache->idx_used) {
731 subcache->idx_used = 0;
739 subcache->idx_used -= loop;
747 "we now have %u socache entries", subcache->idx_used);
[all...]

Completed in 12 milliseconds