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

/httpd/modules/ssl/
H A Dssl_engine_config.c693 const char *filepath = ap_server_root_relative(parms->pool, *file); local
695 if (!filepath) {
699 *file = filepath;
/httpd/server/
H A Dconfig.c2033 const char *rootpath, *filepath = fname; local
2036 status = apr_filepath_root(&rootpath, &filepath, APR_FILEPATH_TRUENAME, ptemp);
2046 /* walk the filepath */
2047 return process_resource_config_fnmatch(s, rootpath, filepath, conftree, p, ptemp,

Completed in 1968 milliseconds