MCPcopy Create free account
hub / github.com/apache/httpd / ap_cfg_closefile

Function ap_cfg_closefile

server/util.c:931–938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929}
930
931AP_DECLARE(int) ap_cfg_closefile(ap_configfile_t *cfp)
932{
933#ifdef DEBUG
934 ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, NULL, APLOGNO(00551)
935 "Done with config file %s", cfp->name);
936#endif
937 return (cfp->close == NULL) ? 0 : cfp->close(cfp->param);
938}
939
940/* we can't use apr_file_* directly because of linking issues on Windows */
941static apr_status_t cfg_close(void *param)

Callers 12

mime_post_configFunction · 0.85
check_passwordFunction · 0.85
get_realm_hashFunction · 0.85
groups_for_userFunction · 0.85
authnz_ldap_post_configFunction · 0.85
imap_handler_internalFunction · 0.85
proxylist_readFunction · 0.85
process_command_configFunction · 0.85
ap_parse_htaccessFunction · 0.85
http_config.hFile · 0.85

Calls 2

closeMethod · 0.80
ap_log_errorFunction · 0.50

Tested by

no test coverage detected