HomeSort by: relevance | last modified time | path
    Searched refs:dnstap_tls_cert_bundle (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/nsd/dist/
options.h 215 char* dnstap_tls_cert_bundle; member in struct:nsd_options
nsd-checkconf.c 482 SERV_GET_STR(dnstap_tls_cert_bundle, o);
758 print_string_var("dnstap-tls-cert-bundle:", opt->dnstap_tls_cert_bundle);
configparser.y 789 { cfg_parser->opt->dnstap_tls_cert_bundle = region_strdup(cfg_parser->opt->region, $2); }
configparser.c 2551 { cfg_parser->opt->dnstap_tls_cert_bundle = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); }
options.c 132 opt->dnstap_tls_cert_bundle = NULL;
  /src/external/bsd/unbound/dist/util/
config_file.h 596 char* dnstap_tls_cert_bundle; member in struct:config_file
config_file.c 829 else S_STR("dnstap-tls-cert-bundle:", dnstap_tls_cert_bundle)
1322 else O_STR(opt, "dnstap-tls-cert-bundle", dnstap_tls_cert_bundle)
1838 free(cfg->dnstap_tls_cert_bundle);
configparser.y 3607 free(cfg_parser->cfg->dnstap_tls_cert_bundle);
3608 cfg_parser->cfg->dnstap_tls_cert_bundle = $2;
configparser.c 7195 free(cfg_parser->cfg->dnstap_tls_cert_bundle);
7196 cfg_parser->cfg->dnstap_tls_cert_bundle = (yyvsp[0].str);
  /src/external/bsd/nsd/dist/dnstap/
dnstap_collector.c 300 nsd->options->dnstap_tls_cert_bundle,
  /src/external/bsd/unbound/dist/dnstap/
dtstream.c 433 if(cfg->dnstap_tls_cert_bundle) {
437 cfg->dnstap_tls_cert_bundle, 0);
  /src/external/bsd/unbound/dist/daemon/
remote.c 5307 m += getmem_str(cfg->dnstap_tls_cert_bundle);
6281 COPY_VAR_ptr(dnstap_tls_cert_bundle);

Completed in 48 milliseconds