Searched defs:fullname (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/core/ |
H A D | mod_so.c | 150 const char *fullname = ap_server_root_relative(cmd->temp_pool, filename); local 157 if (fullname == NULL && !retry) { 161 *used_filename = fullname; 162 if (apr_dso_load(modhandlep, fullname, cmd->pool) == APR_SUCCESS) {
|
/httpd/modules/ssl/ |
H A D | ssl_util_ssl.c | 449 * ssl_engine_init.c, only the call to handle the fullname is different, 455 const char *fullname; local 467 fullname = apr_pstrcat(ptemp, 471 if (SSL_X509_INFO_load_file(ptemp, sk, fullname)) {
|
/httpd/modules/mappers/ |
H A D | mod_negotiation.c | 1753 char *fullname = ap_make_full_path(neg->pool, neg->dir_name, local 1756 if (apr_stat(&statb, fullname,
|
Completed in 59 milliseconds