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

/httpd/modules/cache/
H A Dmod_socache_shmcb.c84 unsigned int data_pos, data_used; member in struct:__anon93
94 unsigned int data_pos; member in struct:__anon94
129 * buffer is subcache->data_pos; the buffer's length is
147 * idx1 = { data_pos = 0, data_used = 3, id_len = 1, ...}
148 * idx2 = { data_pos = 3, data_used = 3, id_len = 1, ...}
461 subcache->data_pos = subcache->data_used = 0;
735 unsigned int diff = SHMCB_CYCLIC_SPACE(subcache->data_pos,
736 idx->data_pos,
743 subcache->data_pos = idx->data_pos;
[all...]

Completed in 1012 milliseconds