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

/httpd/modules/cache/
H A Dmod_socache_shmcb.c41 #define SHMCB_MAX_SIZE (UINT_MAX<APR_SIZE_MAX ? UINT_MAX : APR_SIZE_MAX) macro
326 if (ctx->shm_size >= SHMCB_MAX_SIZE) {
329 SHMCB_MAX_SIZE);

Completed in 17 milliseconds