Lines Matching defs:validator
69 #include <dns/validator.h>
340 dns_validator_t *validator;
917 dns_validator_t *validator = NULL;
938 validated, valarg, &validator);
942 INSIST(fctx->validator == NULL);
943 fctx->validator = validator;
945 ISC_LIST_APPEND(fctx->validators, validator, link);
4880 dns_validator_t *validator;
4901 validator = ISC_LIST_HEAD(fctx->validators);
4902 while (validator != NULL) {
4903 dns_validator_cancel(validator);
4904 validator = ISC_LIST_NEXT(validator, link);
5222 fctx->validator = NULL;
5751 * The validator has finished.
5803 ISC_LIST_UNLINK(fctx->validators, vevent->validator, link);
5804 fctx->validator = NULL;
5808 * Destroy the validator early so that we can
5813 dns_name_copynf(dns_fixedname_name(&vevent->validator->wild),
5816 dns_validator_destroy(&vevent->validator);
5923 INSIST(fctx->validator == NULL);
5924 fctx->validator = ISC_LIST_HEAD(fctx->validators);
5925 if (fctx->validator != NULL) {
5926 dns_validator_send(fctx->validator);
6701 * validator right away rather
8272 * work to be queued to the DNSSEC validator.
9559 * also cause work to be queued to the DNSSEC validator.
10151 * DNSSEC validator to validate the answer.
10153 FCTXTRACE("wait for validator");
10156 * We must not retransmit while the validator is