Lines Matching refs:cache
352 /* the (per-child) cache structures.
354 typedef struct cache {
360 } cache;
414 /* the cache */
415 static cache *cachep;
1083 cachep = apr_palloc(p, sizeof(cache));
1085 cachep = NULL; /* turns off cache */
1614 "cache lookup FAILED, forcing new map lookup"));
1629 rewritelog((r,5,NULL,"cache lookup OK: map=%s[txt] key=%s -> val=%s",
1670 "cache lookup FAILED, forcing new map lookup"));
1687 rewritelog((r, 5, NULL, "cache lookup OK: map=%s[dbm] key=%s -> val=%s",
1692 * SQL map without cache
1708 * SQL map with cache
1714 "cache lookup FAILED, forcing new map lookup"));
1731 rewritelog((r, 5, NULL, "cache lookup OK: map=%s[SQL] key=%s, val=%s",
4494 /* create the lookup cache */
4497 "mod_rewrite: could not init map cache in child");