Searched defs:wd_server_conf (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/core/
H A Dmod_watchdog.c67 static wd_server_conf_t *wd_server_conf = NULL; variable
157 ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, wd_server_conf->s,
173 ap_run_watchdog_init(wd_server_conf->s, w->name, w->pool);
225 ap_run_watchdog_step(wd_server_conf->s, w->name, ctx);
240 ap_run_watchdog_exit(wd_server_conf->s, w->name, w->pool);
253 ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, wd_server_conf->s,
446 apr_pool_userdata_get((void *)&wd_server_conf, pk, pproc);
447 if (!wd_server_conf) {
448 if (!(wd_server_conf = apr_pcalloc(pproc, sizeof(wd_server_conf_t))))
450 apr_pool_create(&wd_server_conf
[all...]

Completed in 229 milliseconds