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

Function dbd_child_init

modules/database/mod_dbd.c:705–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703}
704
705static void dbd_child_init(apr_pool_t *p, server_rec *s)
706{
707 apr_status_t rv = dbd_setup_init(p, s);
708 if (rv) {
709 ap_log_error(APLOG_MARK, APLOG_CRIT, rv, s, APLOGNO(00636)
710 "child init failed!");
711 }
712}
713
714#if APR_HAS_THREADS
715static apr_status_t dbd_setup_lock(server_rec *s, dbd_group_t *group)

Callers

nothing calls this directly

Calls 2

dbd_setup_initFunction · 0.85
ap_log_errorFunction · 0.50

Tested by

no test coverage detected