Searched defs:SHMCB_MAX_SIZE (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/cache/ | ||
H A D | mod_socache_shmcb.c | 41 #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 32 milliseconds