Searched defs:rdatas (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/bin/named/ |
H A D | lwdgrbn.c | 37 int size, unsigned char **rdatas, lwres_uint16_t *rdatalen) 53 rdatas[*pos] = r.base; 69 unsigned char **rdatas = NULL, **oldrdatas = NULL, **newrdatas = NULL; local 81 rdatas = isc_mem_get(mctx, size * sizeof(*rdatas)); 82 if (rdatas == NULL) 105 oldrdatas = rdatas; 107 rdatas = NULL; 112 rdatas = isc_mem_get(mctx, size * sizeof(*rdatas)); 36 fill_array(int *pos, dns_rdataset_t *rdataset, int size, unsigned char **rdatas, lwres_uint16_t *rdatalen) argument [all...] |
/bind-9.11.3/lib/lwres/include/lwres/ |
H A D | lwres.h | 192 unsigned char **rdatas; member in struct:__anon321
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | message.h | 54 * On the other hand, offsets, rdatalists and rdatas allocated using 57 * on rdatalists and rdatas is optional and serves only to enable the item 231 ISC_LIST(dns_msgblock_t) rdatas; member in struct:dns_message 303 * If any data loanouts (buffers, names, rdatas, etc) were requested,
|
/bind-9.11.3/lib/dns/ |
H A D | dnssec.c | 189 dns_rdata_t *rdatas; local 295 ret = rdataset_to_sortedarray(set, mctx, &rdatas, &nrdatas); 308 if (i > 0 && dns_rdata_compare(&rdatas[i], &rdatas[i-1]) == 0) 322 INSIST(rdatas[i].length < 65536); 323 isc_buffer_putuint16(&lenbuf, (isc_uint16_t)rdatas[i].length); 332 ret = dns_rdata_digest(&rdatas[i], digest_callback, ctx); 351 isc_mem_put(mctx, rdatas, nrdatas * sizeof(dns_rdata_t)); 380 dns_rdata_t *rdatas; local 505 ret = rdataset_to_sortedarray(set, mctx, &rdatas, [all...] |
Completed in 17 milliseconds