Lines Matching refs:cache
244 * in better cache usage).
1380 * Therefore we cache a pointer to the last node.
2099 const struct htaccess_result *cache;
2104 /* firstly, search cache */
2105 for (cache = r->htaccess; cache != NULL; cache = cache->next) {
2106 if (cache->override == override && strcmp(cache->dir, d) == 0) {
2107 *result = cache->htaccess;
2165 /* cache it */