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

/httpd/server/
H A Drequest.c1557 const char *test_file; local
1587 test_file = strrchr(r->filename, '/');
1588 if (test_file == NULL) {
1589 test_file = apr_pstrdup(r->pool, r->filename);
1592 test_file = apr_pstrdup(r->pool, ++test_file);
1595 /* If we have an cache->cached file name that matches test_file,
1601 && (strcmp(test_file, cache->cached) == 0)) {
1627 cache->cached = test_file;

Completed in 875 milliseconds