Searched refs:dirlevels (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/cache/
H A Dmod_cache_disk.h75 int dirlevels; /* Number of levels of subdirectories */ member in struct:__anon88
H A Dmod_cache.h136 CACHE_DECLARE(char *) ap_cache_generate_name(apr_pool_t *p, int dirlevels,
H A Dmod_cache_disk.c78 dobj->hashfile = ap_cache_generate_name(p, conf->dirlevels,
96 dobj->hashfile = ap_cache_generate_name(p, conf->dirlevels,
1407 conf->dirlevels = DEFAULT_DIRLEVELS;
1447 conf->dirlevels = val;
1458 if (val * conf->dirlevels > CACHEFILE_LEN)
H A Dcache_util.c893 CACHE_DECLARE(char *)ap_cache_generate_name(apr_pool_t *p, int dirlevels, argument
897 cache_hash(name, hashfile, dirlevels, dirlength);

Completed in 546 milliseconds