Searched refs:ncacherdataset (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dncache.h142 dns_ncache_getrdataset(dns_rdataset_t *ncacherdataset, dns_name_t *name,
149 *\li 'ncacherdataset' is a valid negative caching rdataset.
151 *\li 'ncacherdataset' is not empty.
170 dns_ncache_getsigrdataset(dns_rdataset_t *ncacherdataset, dns_name_t *name,
177 dns_ncache_current(dns_rdataset_t *ncacherdataset, dns_name_t *found,
184 * \li 'ncacherdataset' to be valid and to be a negative cache entry
/bind-9.6-ESV-R11/lib/dns/
H A Dncache.c561 dns_ncache_getrdataset(dns_rdataset_t *ncacherdataset, dns_name_t *name, argument
573 REQUIRE(ncacherdataset != NULL);
574 REQUIRE(ncacherdataset->type == 0);
575 REQUIRE((ncacherdataset->attributes & DNS_RDATASETATTR_NEGATIVE) != 0);
581 dns_rdataset_clone(ncacherdataset, &clone);
615 rdataset->rdclass = ncacherdataset->rdclass;
618 rdataset->ttl = ncacherdataset->ttl;
635 dns_ncache_getsigrdataset(dns_rdataset_t *ncacherdataset, dns_name_t *name, argument
650 REQUIRE(ncacherdataset != NULL);
651 REQUIRE(ncacherdataset
737 dns_ncache_current(dns_rdataset_t *ncacherdataset, dns_name_t *found, dns_rdataset_t *rdataset) argument
[all...]

Completed in 42 milliseconds