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

/httpd/modules/cache/
H A Dmod_socache_shmcb.c49 #define ALIGNED_INDEX_SIZE APR_ALIGN_DEFAULT(sizeof(SHMCBIndex))
101 } SHMCBIndex; typedef in typeref:struct:__anon94
132 * "Indexes" is an array of header->index_num SHMCBIndex structures,
137 * Each in-use SHMCBIndex structure represents a single cached object.
170 * a pointer to the corresponding SHMCBIndex. */
172 (SHMCBIndex *)(((unsigned char *)pSubcache) + \
595 SHMCBIndex *idx = SHMCB_INDEX(subcache, subcache->idx_pos);
709 SHMCBIndex *idx = NULL;
757 SHMCBIndex *idx;
784 SHMCBIndex *idx
[all...]

Completed in 13 milliseconds