Lines Matching defs:ct_server_config
112 typedef struct ct_server_config {
129 } ct_server_config;
181 static ct_server_config *copy_ct_server_config(apr_pool_t *p,
182 ct_server_config *base);
820 ct_server_config *sconf = ap_get_module_config(s->module_config,
882 static void sct_daemon_cycle(ct_server_config *sconf, server_rec *s_main,
981 ct_server_config *sconf = ap_get_module_config(s_main->module_config,
1085 ct_server_config *sconf = ap_get_module_config(s->module_config,
1157 ct_server_config *sconf = ap_get_module_config(s->module_config,
1205 ct_server_config *sconf = ap_get_module_config(s->module_config,
1220 ct_server_config *sconf = ap_get_module_config(s_main->module_config,
1363 ct_server_config *sconf = ap_get_module_config(s_main->module_config,
1442 ct_server_config *sconf = ap_get_module_config(s->module_config,
1668 ct_server_config *sconf)
2072 ct_server_config *sconf = ap_get_module_config(s->module_config,
2142 ct_server_config *sconf = ap_get_module_config(s->module_config,
2285 ct_server_config *sconf = ap_get_module_config(c->base_server->module_config,
2372 ct_server_config *sconf = ap_get_module_config(s->module_config,
2376 ct_server_config *main_conf =
2505 ct_server_config *sconf = ap_get_module_config(s->module_config,
2617 ct_server_config *conf =
2618 (ct_server_config *)apr_pcalloc(p, sizeof(ct_server_config));
2630 ct_server_config *base = (ct_server_config *)basev;
2631 ct_server_config *virt = (ct_server_config *)virtv;
2632 ct_server_config *conf;
2634 conf = (ct_server_config *)apr_pmemdup(p, virt, sizeof(ct_server_config));
2656 static ct_server_config *copy_ct_server_config(apr_pool_t *p,
2657 ct_server_config *base)
2662 ct_server_config *sconf =
2663 (ct_server_config *)apr_pmemdup(p, base, sizeof(ct_server_config));
2756 ct_server_config *sconf = ap_get_module_config(cmd->server->module_config,
2777 ct_server_config *sconf = ap_get_module_config(cmd->server->module_config,
2792 ct_server_config *sconf = ap_get_module_config(cmd->server->module_config,
2812 ct_server_config *sconf = ap_get_module_config(cmd->server->module_config,
2834 ct_server_config *sconf = ap_get_module_config(cmd->server->module_config,
2855 ct_server_config *sconf = ap_get_module_config(cmd->server->module_config,
2881 ct_server_config *sconf = ap_get_module_config(cmd->server->module_config,
2946 ct_server_config *sconf = ap_get_module_config(cmd->server->module_config,
2990 ct_server_config *sconf = ap_get_module_config(cmd->server->module_config,