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

/httpd/modules/cache/
H A Dmod_socache_shmcb.c708 unsigned int new_idx_pos = subcache->idx_pos; local
712 idx = SHMCB_INDEX(subcache, new_idx_pos);
721 new_idx_pos = SHMCB_CYCLIC_INCREMENT(new_idx_pos, 1, header->index_num);
740 subcache->idx_pos = new_idx_pos;

Completed in 13 milliseconds