Searched refs:validator (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/dns/include/dns/ |
H A D | validator.h | 9 /* $Id: validator.h,v 1.46 2010/02/25 05:08:01 tbox Exp $ */ 18 /*! \file dns/validator.h 22 * This is the BIND 9 validator, the module responsible for validating the 73 dns_validator_t * validator; member in struct:dns_validatorevent 110 * A validator object represents a validation in progress. 212 * trusted key and the validator should immediately attempt to validate 217 dns_validator_send(dns_validator_t *validator); 222 * 'validator' to points to a valid DNSSEC validator. 226 dns_validator_cancel(dns_validator_t *validator); [all...] |
/bind-9.11.3/lib/dns/ |
H A D | validator.c | 35 #include <dns/validator.h> 1180 validator_logcreate(val, name, type, caller, "validator"); 1566 * Caller must be holding the validator lock. 1949 * Caller must be holding the validator lock. 3623 val = vevent->validator; 3625 /* If the validator has been canceled, val->event == NULL */ 3761 event->validator = val; 3833 dns_validator_send(dns_validator_t *validator) { argument 3835 REQUIRE(VALID_VALIDATOR(validator)); 3837 LOCK(&validator 3848 dns_validator_cancel(dns_validator_t *validator) argument [all...] |
H A D | resolver.c | 64 #include <dns/validator.h> 296 dns_validator_t * validator; member in struct:fetchctx 597 dns_validator_t *validator = NULL; local 616 &validator); 620 INSIST(fctx->validator == NULL); 621 fctx->validator = validator; 623 ISC_LIST_APPEND(fctx->validators, validator, link); 4007 dns_validator_t *validator; local 4028 validator 4762 dns_validator_t *validator, *next_validator; local [all...] |
Completed in 3144 milliseconds