Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h162 int http_notls_downstream; member
H A Dconfig_file.c586 else S_YNO("http-notls-downstream:", http_notls_downstream) in config_set_option()
1118 else O_YNO(opt, "http-notls-downstream", http_notls_downstream) in config_get_option()
H A Dconfigparser.y1173 else cfg_parser->cfg->http_notls_downstream = (strcmp($2, "yes")==0);
H A Dconfigparser.c3961 else cfg_parser->cfg->http_notls_downstream = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c2173 cfg->http_endpoint, cfg->http_notls_downstream, in worker_init()