Searched refs:ct_log_config (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/ssl/
H A Dssl_ct_log_config.h23 typedef struct ct_log_config { struct
35 } ct_log_config; typedef in typeref:struct:ct_log_config
53 int log_valid_for_sent_sct(const ct_log_config *l);
55 int log_valid_for_received_sct(const ct_log_config *l, apr_time_t to_check);
57 int log_configured_for_fetching_sct(const ct_log_config *l);
H A Dssl_ct_log_config.c197 ct_log_config *newconf, **pnewconf;
268 newconf = apr_pcalloc(p, sizeof(ct_log_config));
269 pnewconf = (ct_log_config **)apr_array_push(log_config);
399 int log_valid_for_received_sct(const ct_log_config *l, apr_time_t to_check)
416 int log_valid_for_sent_sct(const ct_log_config *l)
426 int log_configured_for_fetching_sct(const ct_log_config *l)
H A Dssl_ct_sct.c50 ct_log_config **config_elts;
55 config_elts = (ct_log_config **)log_config->elts;
H A Dmod_ssl_ct.c500 const ct_log_config *log_cfg,
526 const ct_log_config *log_cfg,
577 ct_log_config **config_elts;
590 config_elts = (ct_log_config **)log_config->elts;
624 ct_log_config **elts;
627 elts = (ct_log_config **)haystack->elts;
769 ct_log_config **config_elts;
778 config_elts = (ct_log_config **)log_config->elts;
848 sizeof(ct_log_config *));
894 sizeof(ct_log_config *));
[all...]

Completed in 18 milliseconds