Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/validator/
H A Dval_nsec3.c66 #define MAX_NSEC3_CALCULATIONS 8 macro
780 if(*calculations >= MAX_NSEC3_CALCULATIONS) { in find_matching_nsec3()
890 if(*calculations >= MAX_NSEC3_CALCULATIONS) { in find_covering_nsec3()
953 if(*calculations >= MAX_NSEC3_CALCULATIONS || in nsec3_find_closest_encloser()
1026 } else if(*calculations >= MAX_NSEC3_CALCULATIONS) { in nsec3_prove_closest_encloser()
1031 MAX_NSEC3_CALCULATIONS); in nsec3_prove_closest_encloser()
1081 } else if(*calculations >= MAX_NSEC3_CALCULATIONS) { in nsec3_prove_closest_encloser()
1086 MAX_NSEC3_CALCULATIONS); in nsec3_prove_closest_encloser()
1162 } else if(*calc >= MAX_NSEC3_CALCULATIONS) { in nsec3_do_prove_nameerror()
1167 MAX_NSEC3_CALCULATIONS); in nsec3_do_prove_nameerror()
[all …]