Searched refs:validatorp (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/dns/include/dns/ |
H A D | validator.h | 177 dns_validator_t **validatorp); 240 dns_validator_destroy(dns_validator_t **validatorp); 245 *\li '*validatorp' points to a valid DNSSEC validator.
|
/bind-9.11.3/lib/dns/ |
H A D | validator.c | 3733 dns_validator_t **validatorp) 3743 REQUIRE(validatorp != NULL && *validatorp == NULL); 3814 *validatorp = val; 3912 dns_validator_destroy(dns_validator_t **validatorp) { argument 3916 REQUIRE(validatorp != NULL); 3917 val = *validatorp; 3932 *validatorp = NULL; 3729 dns_validator_create(dns_view_t *view, dns_name_t *name, dns_rdatatype_t type, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_message_t *message, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_validator_t **validatorp) argument
|
Completed in 18 milliseconds