Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/iterator/
H A Diterator.h174 int max_sent_count; member
H A Diter_utils.c251 iter_env->max_sent_count = cfg->max_sent_count; in iter_apply_cfg()
H A Diterator.c2495 if(iq->sent_count > ie->max_sent_count) { in processQueryTargets()
2843 iq->caps_server*2+2 >= (size_t)ie->max_sent_count) { in processQueryTargets()
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch109 iter_env->max_sent_count = cfg->max_sent_count;
/freebsd/contrib/unbound/util/
H A Dconfig_file.h665 int max_sent_count; member
H A Dconfig_file.c361 cfg->max_sent_count = 32; in config_create()
896 else S_NUMBER_NONZERO("max-sent-count:", max_sent_count) in config_set_option()
1391 else O_UNS(opt, "max-sent-count", max_sent_count) in config_get_option()
H A Dconfigparser.y2916 else cfg_parser->cfg->max_sent_count = atoi($2);
H A Dconfigparser.c6333 else cfg_parser->cfg->max_sent_count = atoi((yyvsp[0].str)); in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dremote.c5180 FR_CHECK_CHANGED_CFG("max-sent-count", max_sent_count, changed_str); in fr_check_nopause_compat_cfg()
6529 COPY_VAR_int(max_sent_count); in fr_atomic_copy_cfg()
6675 iter_env->max_sent_count = env->cfg->max_sent_count; in fr_adjust_iter_env()