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

/httpd/modules/ssl/
H A Dmod_ssl_ct.c115 apr_array_header_t *static_log_config; member in struct:ct_server_config
169 /* the log configuration in use -- either db_log_config or static_log_config */
1278 if (sconf->static_log_config && sconf->db_log_config) {
1279 if (sconf->static_log_config->nelts > 0
1288 if (sconf->static_log_config && sconf->static_log_config->nelts > 0) {
1289 active_log_config = sconf->static_log_config;
2645 conf->static_log_config = base->static_log_config;
2927 if (!sconf->static_log_config) {
[all...]

Completed in 1267 milliseconds