Lines Matching refs:ent
131 static cache_provider_list *get_provider(request_rec *r, struct cache_enable *ent,
136 provider = ap_lookup_provider(CACHE_PROVIDER_GROUP, ent->type,
144 newp->provider_name = ent->type;
184 struct cache_disable *ent =
186 if (uri_meets_conditions(&ent[i].url, ent[i].pathlen, &uri)) {
194 struct cache_enable *ent =
196 providers = get_provider(r, &ent[i], providers);
201 struct cache_enable *ent =
203 if (uri_meets_conditions(&ent[i].url, ent[i].pathlen, &uri)) {
204 providers = get_provider(r, &ent[i], providers);