Searched refs:nrdatas (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/lwres/ |
H A D | lwres_grbn.c | 119 /* flags, class, type, ttl, nrdatas, nsigs */ 124 for (x = 0; x < req->nrdatas; x++) 157 /* encode class, type, ttl, and nrdatas */ 161 lwres_buffer_putuint16(b, req->nrdatas); 171 for (x = 0; x < req->nrdatas; x++) { 254 lwres_uint16_t nrdatas, nsigs; local 268 * Pull off the flags, class, type, ttl, nrdatas, and nsigs 276 nrdatas = lwres_buffer_getuint16(b); 296 grbn->nrdatas = nrdatas; [all...] |
H A D | getrrset.c | 207 rrset->rri_nrdatas = response->nrdatas;
|
/bind-9.11.3/bin/named/ |
H A D | lwdgrbn.c | 162 grbn->nrdatas = used; 246 grbn->nrdatas = 0; 269 grbn->nrdatas = dns_rdataset_count(rdataset); 270 grbn->rdatas = isc_mem_get(cm->mctx, grbn->nrdatas * 274 grbn->rdatalen = isc_mem_get(cm->mctx, grbn->nrdatas * 280 result = fill_array(&i, rdataset, grbn->nrdatas, grbn->rdatas, 284 INSIST(i == grbn->nrdatas); 295 ns_lwdclient_log(50, "filled in %d rdata%s", grbn->nrdatas, 296 (grbn->nrdatas == 1) ? "" : "s"); 334 grbn->nrdatas * sizeo [all...] |
/bind-9.11.3/bin/tests/system/lwresd/ |
H A D | lwtest.c | 602 unsigned int nrdatas, unsigned int nsigs, 620 if (rrinfo->rri_nrdatas != nrdatas) { 622 name, rdtype, rrinfo->rri_nrdatas, nrdatas); 601 test_getrrsetbyname(const char *name, int rdclass, int rdtype, unsigned int nrdatas, unsigned int nsigs, int should_pass) argument
|
/bind-9.11.3/lib/lwres/include/lwres/ |
H A D | lwres.h | 188 lwres_uint16_t nrdatas; member in struct:__anon321
|
/bind-9.11.3/lib/dns/ |
H A D | dnssec.c | 190 int nrdatas, i; local 295 ret = rdataset_to_sortedarray(set, mctx, &rdatas, &nrdatas); 300 for (i = 0; i < nrdatas; i++) { 351 isc_mem_put(mctx, rdatas, nrdatas * sizeof(dns_rdata_t)); 381 int nrdatas, i; local 505 ret = rdataset_to_sortedarray(set, mctx, &rdatas, &nrdatas); 511 for (i = 0; i < nrdatas; i++) { 563 isc_mem_put(mctx, rdatas, nrdatas * sizeof(dns_rdata_t));
|
Completed in 36 milliseconds