Lines Matching defs:validator
75 #include <dns/validator.h>
392 dns_validator_t *validator;
971 dns_validator_t *validator = NULL;
991 &fctx->nfails, fctx->qc, &validator);
995 INSIST(fctx->validator == NULL);
996 fctx->validator = validator;
998 ISC_LIST_APPEND(fctx->validators, validator, link);
1071 * trigger if, for example, some ADB or validator dependency
4999 for (dns_validator_t *validator = ISC_LIST_HEAD(fctx->validators);
5000 validator != NULL; validator = ISC_LIST_NEXT(validator, link))
5002 dns_validator_cancel(validator);
5103 * The validator has finished.
5153 fctx->validator = NULL;
5157 * Destroy the validator early so that we can
5174 * done waiting for validator completions and ADB pending
5280 INSIST(fctx->validator == NULL);
5282 fctx->validator = ISC_LIST_HEAD(fctx->validators);
5283 if (fctx->validator != NULL) {
5284 dns_validator_send(fctx->validator);
6105 * validator right away rather
7717 * cause work to be queued to the DNSSEC validator.
9057 * also cause work to be queued to the DNSSEC validator.
9635 * validator to validate the answer.
9637 FCTXTRACE("wait for validator");