Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.c999 #define O_UNS(opt, str, var) if(strcmp(opt, str)==0) \ macro
1093 else O_UNS(opt, "jostle-timeout", jostle_time) in config_get_option()
1112 else O_UNS(opt, "infra-cache-max-rtt", infra_cache_max_rtt) in config_get_option()
1115 else O_UNS(opt, "delay-close", delay_close) in config_get_option()
1156 else O_UNS(opt, "http-max-streams", http_max_streams) in config_get_option()
1219 else O_UNS(opt, "add-holddown", add_holddown) in config_get_option()
1220 else O_UNS(opt, "del-holddown", del_holddown) in config_get_option()
1221 else O_UNS(opt, "keep-missing", keep_missing) in config_get_option()
1246 else O_UNS(opt, "val-override-date", val_date_override) in config_get_option()
1283 else O_UNS(opt, "dnstap-sample-rate", dnstap_sample_rate) in config_get_option()
[all …]