Searched defs:idx_pos (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
133 * which is used as a cyclic queue; subcache->idx_pos gives the array
460 subcache->idx_pos = subcache->idx_used = 0;
595 SHMCBIndex *idx = SHMCB_INDEX(subcache, subcache->idx_pos);
708 unsigned int new_idx_pos = subcache->idx_pos;
740 subcache->idx_pos = new_idx_pos;
779 idx = SHMCB_INDEX(subcache, subcache->idx_pos);
787 subcache->idx_pos = SHMCB_CYCLIC_INCREMENT(subcache->idx_pos, 1,
796 idx2 = SHMCB_INDEX(subcache, subcache->idx_pos);
[all...]

Completed in 29 milliseconds