Searched refs:avg_obj_size (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dap_socache.h57 apr_size_t avg_obj_size; member in struct:ap_socache_hints
/httpd/modules/ssl/
H A Dssl_scache.c57 hints.avg_obj_size = 1500;
83 hints.avg_obj_size = 150;
/httpd/modules/cache/
H A Dmod_socache_shmcb.c349 apr_size_t avg_obj_size, avg_id_len; local
401 avg_obj_size = hints && hints->avg_obj_size ? hints->avg_obj_size : 150;
403 num_idx = (shm_segsize) / (avg_obj_size + avg_id_len);

Completed in 554 milliseconds