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

Function md_log_perror

modules/md/md_log.c:68–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void md_log_perror(const char *file, int line, md_log_level_t level,
69 apr_status_t rv, apr_pool_t *p, const char *fmt, ...)
70{
71 va_list ap;
72
73 va_start(ap, fmt);
74 if (log_printv) {
75 log_printv(file, line, level, rv, log_baton, p, fmt, ap);
76 }
77 va_end(ap);
78}

Callers 15

md_crypt_initFunction · 0.85
md_pkey_floadFunction · 0.85
md_crypt.cFile · 0.85
md_pkey_fsaveFunction · 0.85
md_pkey_read_httpFunction · 0.85
gen_rsaFunction · 0.85
gen_ecFunction · 0.85
md_crypt_sign64Function · 0.85
md_cert_covers_mdFunction · 0.85
md_cert_read_httpFunction · 0.85
md_cert_chain_read_httpFunction · 0.85
md_chain_fappendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected