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

/httpd/modules/generators/
H A Dmod_autoindex.c116 int full_path; member in struct:ai_desc_t
305 desc_entry->full_path = (ap_strchr_c(to, '/') == NULL) ? 0 : 1;
307 || desc_entry->full_path
310 prefix = desc_entry->full_path ? "*/" : "*";
851 filename = (tuple->full_path) ? filename_full : filename_only;
/httpd/server/
H A Dconfig.c1957 const char *full_path = ap_make_full_path(ptemp, path, dirent.name); local
1965 fnew->fname = full_path;

Completed in 2936 milliseconds