Searched defs:next_validator (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ | ||
H A D | resolver.c | 4762 dns_validator_t *validator, *next_validator; local 4774 validator != NULL; validator = next_validator) { 4775 next_validator = ISC_LIST_NEXT(validator, link); |
Completed in 75 milliseconds