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

/httpd/modules/cache/
H A Dmod_socache_shmcb.c65 unsigned int subcache_num; member in struct:__anon92
117 * Subcaches is a hash table of header->subcache_num SHMCBSubcache
162 SHMCB_SUBCACHE((pHeader), *(id) & ((pHeader)->subcache_num - 1))
167 *(id), (*(id) & ((pHeader)->subcache_num - 1))
430 header->subcache_num = num_subcache;
448 "subcache_num = %u", header->subcache_num);
458 for (loop = 0; loop < header->subcache_num; loop++) {
583 AP_DEBUG_ASSERT(header->subcache_num > 0);
589 for (loop = 0; loop < header->subcache_num; loo
[all...]

Completed in 11 milliseconds