Searched defs:fullpath (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/generators/
H A Dmod_autoindex.c2020 char *fullpath; local
2207 fullpath = apr_palloc(r->pool, APR_PATH_MAX);
2209 memcpy(fullpath, name, dirpathlen);
2226 apr_cpystrn(fullpath + dirpathlen, dirent.name,
2228 status = apr_stat(&fi, fullpath,

Completed in 2868 milliseconds