OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:restart_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/unbound/dist/validator/
validator.h
162
int
restart_count
;
member in struct:val_qstate
validator.c
350
int
restart_count
;
local
353
restart_count
= vq->
restart_count
+1;
356
vq->
restart_count
=
restart_count
;
1809
if(vq->
restart_count
> ve->max_restart) {
1969
vq->
restart_count
= ve->max_restart;
2207
if(vq->
restart_count
>= ve->max_restart)
2479
if(vq->
restart_count
< ve->max_restart) {
3207
&& vq->
restart_count
< ve->max_restart)
[
all
...]
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026