Searched defs:filepath (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/ssl/ |
H A D | ssl_engine_config.c | 693 const char *filepath = ap_server_root_relative(parms->pool, *file); local 695 if (!filepath) { 699 *file = filepath;
|
/httpd/server/ |
H A D | config.c | 2033 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