Searched refs:idx_pos (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_socache_shmcb.c81 unsigned int idx_pos, idx_used; member in struct:__anon6160
132 * which is used as a cyclic queue; subcache->idx_pos gives the array
459 subcache->idx_pos = subcache->idx_used = 0;
594 SHMCBIndex *idx = SHMCB_INDEX(subcache, subcache->idx_pos);
678 unsigned int new_idx_pos = subcache->idx_pos;
710 subcache->idx_pos = new_idx_pos;
749 idx = SHMCB_INDEX(subcache, subcache->idx_pos);
757 subcache->idx_pos = SHMCB_CYCLIC_INCREMENT(subcache->idx_pos, 1,
766 idx2 = SHMCB_INDEX(subcache, subcache->idx_pos);
[all...]

Completed in 50 milliseconds