Lines Matching defs:filename
228 * for which we don't want to tack on a '/' onto the filename).
264 char *filename = NULL, *prefix = NULL;
292 filename = apr_pstrcat(r->pool, prefix, user, userdir,
296 filename = apr_pstrcat(r->pool, userdir, "/", user, NULL);
308 filename = apr_pstrcat(r->pool, homedir, "/", userdir, NULL);
317 * last entry, then use the filename generated (if there is one)
321 if (filename && (!*userdirs
322 || ((rv = apr_stat(&statbuf, filename, APR_FINFO_MIN,
325 r->filename = apr_pstrcat(r->pool, filename, dname, NULL);
328 filename);
330 * When statbuf contains info on r->filename we can save a syscall