Lines Matching refs:sc
214 event_srv_cfg *sc;
1010 cs->sc = ap_get_module_config(ap_server_conf->module_config,
1031 cs->sc = ap_get_module_config(r->server->module_config,
1035 cs->sc = ap_get_module_config(c->base_server->module_config,
1074 cs->sc = ap_get_module_config(ap_server_conf->module_config,
1170 TO_QUEUE_APPEND(cs->sc->wc_q, cs);
1207 TO_QUEUE_APPEND(cs->sc->ka_q, cs);
1243 TO_QUEUE_APPEND(cs->sc->wc_q, cs);
1876 struct timeout_queue *remove_from_q = cs->sc->wc_q;
1882 remove_from_q = cs->sc->ka_q;
3462 event_srv_cfg *sc = apr_pcalloc(pconf, sizeof *sc);
3464 ap_set_module_config(s->module_config, &mpm_event_module, sc);
3495 sc->wc_q = wc.q;
3496 sc->ka_q = ka.q;