OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_query_restarts
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/unbound/dist/iterator/
iterator.h
172
int
max_query_restarts
;
member in struct:iter_env
iter_utils.c
252
iter_env->
max_query_restarts
= cfg->
max_query_restarts
;
iterator.c
1385
if(iq->query_restart_count > ie->
max_query_restarts
) {
1445
count++ < ie->
max_query_restarts
) {
2860
count++ < ie->
max_query_restarts
) {
3562
count++ < ie->
max_query_restarts
) {
/src/external/bsd/unbound/dist/util/
config_file.h
667
int
max_query_restarts
;
member in struct:config_file
config_file.c
361
cfg->
max_query_restarts
= 11;
889
else S_NUMBER_NONZERO("max-query-restarts:",
max_query_restarts
)
1382
else O_UNS(opt, "max-query-restarts",
max_query_restarts
)
configparser.y
2912
else cfg_parser->cfg->
max_query_restarts
= atoi($2);
configparser.c
6315
else cfg_parser->cfg->
max_query_restarts
= atoi((yyvsp[0].str));
/src/external/bsd/unbound/dist/daemon/
remote.c
5012
FR_CHECK_CHANGED_CFG("max-query-restarts",
max_query_restarts
, changed_str);
6311
COPY_VAR_int(
max_query_restarts
);
6455
iter_env->
max_query_restarts
= env->cfg->
max_query_restarts
;
Completed in 51 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026