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

/httpd/server/
H A Drequest.c567 char *entry_dir; local
590 if ((rv = apr_filepath_merge(&entry_dir, NULL, r->filename,
604 r->filename = entry_dir;
641 entry_dir = ap_make_dirstr_parent(r->pool, entry_dir);
644 entry_dir = apr_pstrcat(r->pool, r->filename, "/", NULL);
656 && (strcmp(entry_dir, cache->cached) == 0)) {

Completed in 2621 milliseconds