Home
last modified time | relevance | path

Searched refs:dnstap_tls_cert_bundle (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h591 char* dnstap_tls_cert_bundle; member
H A Dconfig_file.c786 else S_STR("dnstap-tls-cert-bundle:", dnstap_tls_cert_bundle) in config_set_option()
1274 else O_STR(opt, "dnstap-tls-cert-bundle", dnstap_tls_cert_bundle) in config_get_option()
1743 free(cfg->dnstap_tls_cert_bundle); in config_delete()
H A Dconfigparser.y3564 free(cfg_parser->cfg->dnstap_tls_cert_bundle);
3565 cfg_parser->cfg->dnstap_tls_cert_bundle = $2;
H A Dconfigparser.c7127 free(cfg_parser->cfg->dnstap_tls_cert_bundle); in yyparse()
7128 cfg_parser->cfg->dnstap_tls_cert_bundle = (yyvsp[0].str); in yyparse()
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c433 if(cfg->dnstap_tls_cert_bundle) { in dt_io_thread_apply_cfg()
437 cfg->dnstap_tls_cert_bundle, 0); in dt_io_thread_apply_cfg()