Lines Matching refs:path
610 /* Some C compilers put a complete path into __FILE__, but we want
611 * only the filename (e.g. mod_includes.c). So check for path
1304 parms->path,
1515 const char *path;
1518 path = ap_server_root_relative(cmd->pool, arg);
1520 if (!path) {
1521 return apr_pstrcat(cmd->pool, "Invalid file path ",
1525 *(const char **) ((char*)struct_ptr + offset) = path;
1844 char *path = apr_pstrdup(ptemp, fname);
1849 "probably a recursion somewhere.", path,
1858 rv = apr_dir_open(&dirp, path, ptemp);
1861 path, &rv);
1870 fnew->fname = ap_make_full_path(ptemp, path, dirent.name);
1901 const char *path,
1926 path = ap_make_full_path(ptemp, path, fname);
1928 return process_resource_config_nofnmatch(s, path,
1933 return process_resource_config_fnmatch(s, path, rest,
1944 rv = apr_dir_open(&dirp, path, ptemp);
1947 path, &rv);
1957 const char *full_path = ap_make_full_path(ptemp, path, dirent.name);
1958 /* If matching internal to path, and we happen to match something
2001 "(use IncludeOptional if required)", fname, path);
2040 return apr_pstrcat(p, "Include must have an absolute path, ", fname, NULL);
2043 return apr_pstrcat(p, "Include has a bad path, ", fname, NULL);
2119 parms.path = apr_pstrdup(r->pool, d);
2167 new->dir = parms.path;
2420 APR_EBADPATH, NULL, APLOGNO(00532) "Invalid config file path %s",