Searched defs:data_used (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
96 unsigned int data_used; member in struct:__anon94
130 * subcache->data_used.
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;
593 cache_total += subcache->data_used;
732 subcache->data_used = 0;
742 subcache->data_used -= diff;
775 if (header->subcache_data_size - subcache->data_used < total_le
[all...]

Completed in 13 milliseconds