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

/httpd/modules/cache/
H A Dcache_util.h122 apr_array_header_t *cachedisable; /* URLs not to cache */ member in struct:__anon82
H A Dmod_cache.c2004 ps->cachedisable = apr_array_make(p, 10, sizeof(struct cache_disable));
2035 ps->cachedisable = apr_array_append(p,
2036 base->cachedisable,
2037 overrides->cachedisable);
2303 new = apr_array_push(conf->cachedisable);
H A Dcache_util.c183 for (i = 0; i < conf->cachedisable->nelts; i++) {
185 (struct cache_disable *)conf->cachedisable->elts;

Completed in 858 milliseconds