Lines Matching refs:walked

339     apr_array_header_t *walked;          /* The list of walk_walked_t results */  member
382 cache->walked = apr_array_copy(r->pool, cache->walked); in prep_walk_cache()
388 cache->walked = apr_array_make(r->pool, 4, sizeof(walk_walked_t)); in prep_walk_cache()
720 if (cache->walked->nelts) { in ap_directory_walk()
721 now_merged = ((walk_walked_t*)cache->walked->elts) in ap_directory_walk()
722 [cache->walked->nelts - 1].merged; in ap_directory_walk()
730 int matches = cache->walked->nelts; in ap_directory_walk()
732 walk_walked_t *last_walk = (walk_walked_t*)cache->walked->elts; in ap_directory_walk()
941 cache->walked->nelts -= matches; in ap_directory_walk()
955 last_walk = (walk_walked_t*)apr_array_push(cache->walked); in ap_directory_walk()
1010 cache->walked->nelts -= matches; in ap_directory_walk()
1024 last_walk = (walk_walked_t*)apr_array_push(cache->walked); in ap_directory_walk()
1225 cache->walked->nelts -= matches; in ap_directory_walk()
1239 last_walk = (walk_walked_t*)apr_array_push(cache->walked); in ap_directory_walk()
1249 cache->walked->nelts -= matches; in ap_directory_walk()
1252 else if (cache->walked->nelts > cached_matches) { in ap_directory_walk()
1368 if (cache->walked->nelts) { in ap_location_walk()
1369 now_merged = ((walk_walked_t*)cache->walked->elts) in ap_location_walk()
1370 [cache->walked->nelts - 1].merged; in ap_location_walk()
1378 int matches = cache->walked->nelts; in ap_location_walk()
1380 walk_walked_t *last_walk = (walk_walked_t*)cache->walked->elts; in ap_location_walk()
1427 cache->walked->nelts -= matches; in ap_location_walk()
1441 last_walk = (walk_walked_t*)apr_array_push(cache->walked); in ap_location_walk()
1451 cache->walked->nelts -= matches; in ap_location_walk()
1454 else if (cache->walked->nelts > cached_matches) { in ap_location_walk()
1542 if (cache->walked->nelts) { in ap_file_walk()
1543 now_merged = ((walk_walked_t*)cache->walked->elts) in ap_file_walk()
1544 [cache->walked->nelts - 1].merged; in ap_file_walk()
1552 int matches = cache->walked->nelts; in ap_file_walk()
1554 walk_walked_t *last_walk = (walk_walked_t*)cache->walked->elts; in ap_file_walk()
1588 cache->walked->nelts -= matches; in ap_file_walk()
1602 last_walk = (walk_walked_t*)apr_array_push(cache->walked); in ap_file_walk()
1612 cache->walked->nelts -= matches; in ap_file_walk()
1615 else if (cache->walked->nelts > cached_matches) { in ap_file_walk()
1672 matches = cache->walked->nelts; in ap_if_walk()
1674 last_walk = (walk_walked_t*)cache->walked->elts; in ap_if_walk()
1721 cache->walked->nelts -= matches; in ap_if_walk()
1735 last_walk = (walk_walked_t*)apr_array_push(cache->walked); in ap_if_walk()
1745 cache->walked->nelts -= matches; in ap_if_walk()
1748 else if (cache->walked->nelts > cached_matches) { in ap_if_walk()