Searched refs:validator (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dvalidator.h27 /*! \file dns/validator.h
31 * This is the BIND 9 validator, the module responsible for validating the
82 dns_validator_t * validator; member in struct:dns_validatorevent
119 * A validator object represents a validation in progress.
218 * trusted key and the validator should immediately attempt to validate
223 dns_validator_send(dns_validator_t *validator);
228 * 'validator' to points to a valid DNSSEC validator.
232 dns_validator_cancel(dns_validator_t *validator);
237 *\li 'validator' point
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dvalidator.c46 #include <dns/validator.h>
1160 validator_logcreate(val, name, type, caller, "validator");
1519 * Caller must be holding the validator lock.
1865 * Caller must be holding the validator lock.
3540 val = vevent->validator;
3542 /* If the validator has been canceled, val->event == NULL */
3674 event->validator = val;
3739 dns_validator_send(dns_validator_t *validator) { argument
3741 REQUIRE(VALID_VALIDATOR(validator));
3743 LOCK(&validator
3754 dns_validator_cancel(dns_validator_t *validator) argument
[all...]
H A Dresolver.c63 #include <dns/validator.h>
214 dns_validator_t *validator; member in struct:fetchctx
479 dns_validator_t *validator = NULL; local
496 &validator);
500 INSIST(fctx->validator == NULL);
501 fctx->validator = validator;
503 ISC_LIST_APPEND(fctx->validators, validator, link);
3298 dns_validator_t *validator; local
3319 validator
3941 dns_validator_t *validator, *next_validator; local
[all...]
/bind-9.6-ESV-R11/lib/dns/win32/
H A Dlibdns.mak193 -@erase "$(INTDIR)\validator.obj"
311 "$(INTDIR)\validator.obj" \
502 -@erase "$(INTDIR)\validator.obj"
503 -@erase "$(INTDIR)\validator.sbr"
626 "$(INTDIR)\validator.sbr" \
714 "$(INTDIR)\validator.obj" \
1784 SOURCE=..\validator.c
1789 "$(INTDIR)\validator.obj" : $(SOURCE) "$(INTDIR)"
1796 "$(INTDIR)\validator.obj" "$(INTDIR)\validator
[all...]

Completed in 34 milliseconds