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

/httpd/modules/generators/
H A Dmod_autoindex.c827 static char *find_desc(autoindex_config_rec *dcfg, const char *filename_full) argument
838 if ((filename_only = ap_strrchr_c(filename_full, '/')) == NULL) {
839 filename_only = filename_full;
851 filename = (tuple->full_path) ? filename_full : filename_only;

Completed in 20 milliseconds