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

/httpd/modules/cache/
H A Dmod_socache_shmcb.c118 * structures. The hash table is indexed by SHMCB_MASK(id). Each
161 #define SHMCB_MASK(pHeader, id) \ macro
486 SHMCBSubcache *subcache = SHMCB_MASK(header, id);
523 SHMCBSubcache *subcache = SHMCB_MASK(header, id);
548 SHMCBSubcache *subcache = SHMCB_MASK(header, id);

Completed in 14 milliseconds