Lines Matching defs:prev
221 if (r->prev && (r->prev->per_dir_config == r->per_dir_config)) {
222 r->user = r->prev->user;
223 r->ap_auth_type = r->prev->ap_auth_type;
344 struct walk_cache_t *prev; /* Prev cache of same call in this (sub)req */
345 int count; /* Number of prev invocations of same call in this (sub)req */
368 if ((r->prev
369 && (inherit_note = ap_get_request_note(r->prev, t))
377 inherit_cache = inherit_cache->prev;
387 cache->prev = prev_cache;
2439 && (r->prev == NULL); /* otherwise, this is an internal redirect */