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

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dvalidator.h18 /* $Id: validator.h,v 1.46 2010/02/25 05:08:01 tbox Exp $ */
27 /*! \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);
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dvalidator.c46 #include <dns/validator.h>
1172 validator_logcreate(val, name, type, caller, "validator");
1558 * Caller must be holding the validator lock.
1935 * Caller must be holding the validator lock.
3593 val = vevent->validator;
3595 /* If the validator has been canceled, val->event == NULL */
3731 event->validator = val;
3802 dns_validator_send(dns_validator_t *validator) { argument
3804 REQUIRE(VALID_VALIDATOR(validator));
3806 LOCK(&validator
3817 dns_validator_cancel(dns_validator_t *validator) argument
[all...]
H A Dresolver.c64 #include <dns/validator.h>
247 dns_validator_t *validator; member in struct:fetchctx
515 dns_validator_t *validator = NULL; local
534 &validator);
538 INSIST(fctx->validator == NULL);
539 fctx->validator = validator;
541 ISC_LIST_APPEND(fctx->validators, validator, link);
3298 dns_validator_t *validator; local
3319 validator
3990 dns_validator_t *validator, *next_validator; local
[all...]
/freebsd-9.3-release/lib/bind/dns/
H A DMakefile36 tsec.c tsig.c ttl.c update.c validator.c \
117 ${SRCDIR}/include/dns/validator.h \
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp63 // PCH validator implementation
3617 SimplePCHValidator validator(LangOpts, TargetOpts, PPOpts, FileMgr);
3618 return !readASTFileControlBlock(Filename, FileMgr, validator);

Completed in 199 milliseconds