| /src/external/mpl/bind/dist/lib/dns/ |
| resolver.c | 448 dns_rdataset_t nsrrset; member in struct:fetchctx 4735 dns_rdataset_init(&fctx->nsrrset); 7202 frdataset = resp->rdataset; /* a.k.a. fctx->nsrrset */ 7299 &fctx->nsrrset, NULL, &fctx->nsfetch); 9764 &fctx->nsrrset, NULL, &fctx->nsfetch);
|
| zone.c | 836 dns_rdataset_t nsrrset; member in struct:dns_nsfetch 21876 dns_rdataset_t *nsrrset = NULL; local 21889 nsrrset = &nsfetch->nsrrset; 21929 if (!dns_rdataset_isassociated(nsrrset)) { 21945 if (nsrrset->trust < dns_trust_secure) { 21948 nsrrset->trust); 21954 zone->parent_nscount = dns_rdataset_count(nsrrset); 21959 for (result = dns_rdataset_first(nsrrset); result == ISC_R_SUCCESS; 21960 result = dns_rdataset_next(nsrrset)) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| resolver.c | 387 dns_rdataset_t nsrrset; member in struct:fetchctx 5265 dns_rdataset_init(&fctx->nsrrset); 7738 resume_dslookup, fctx, &fctx->nsrrset, NULL, 7741 * fevent->rdataset (a.k.a. fctx->nsrrset) must not be 10079 fctx, &fctx->nsrrset, NULL, &fctx->nsfetch);
|