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

/httpd/server/
H A Drequest.c374 walk_cache_t *inherit_cache = *inherit_note; local
376 while (inherit_cache->count > count) {
377 inherit_cache = inherit_cache->prev;
379 if (inherit_cache->count == count) {
380 copy_cache = inherit_cache;

Completed in 321 milliseconds