Searched refs:rdatas (Results 1 - 7 of 7) sorted by relevance
/bind-9.6-ESV-R11/bin/named/ |
H A D | lwdgrbn.c | 46 int size, unsigned char **rdatas, lwres_uint16_t *rdatalen) 62 rdatas[*pos] = r.base; 78 unsigned char **rdatas = NULL, **oldrdatas = NULL, **newrdatas = NULL; local 90 rdatas = isc_mem_get(mctx, size * sizeof(*rdatas)); 91 if (rdatas == NULL) 114 oldrdatas = rdatas; 116 rdatas = NULL; 121 rdatas = isc_mem_get(mctx, size * sizeof(*rdatas)); 45 fill_array(int *pos, dns_rdataset_t *rdataset, int size, unsigned char **rdatas, lwres_uint16_t *rdatalen) argument [all...] |
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | lwres_grbn.c | 179 /* encode the rdatas */ 183 lwres_buffer_putmem(b, req->rdatas[x], datalen); 295 grbn->rdatas = NULL; 309 grbn->rdatas = CTXMALLOC(sizeof(char *) * nrdatas); 310 if (grbn->rdatas == NULL) { 344 * Parse off the rdatas. 347 ret = lwres_data_parse(b, &grbn->rdatas[x], 372 if (grbn->rdatas != NULL) 373 CTXFREE(grbn->rdatas, sizeof(char *) * nrdatas); 415 CTXFREE(grbn->rdatas, sizeo [all...] |
H A D | getrrset.c | 62 * unsigned int rri_nrdatas; // size of rdatas array 231 memmove(rrset->rri_rdatas[i].rdi_data, response->rdatas[i],
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dnssec.c | 197 dns_rdata_t *rdatas; local 302 ret = rdataset_to_sortedarray(set, mctx, &rdatas, &nrdatas); 315 if (i > 0 && dns_rdata_compare(&rdatas[i], &rdatas[i-1]) == 0) 329 INSIST(rdatas[i].length < 65536); 330 isc_buffer_putuint16(&lenbuf, (isc_uint16_t)rdatas[i].length); 339 ret = dns_rdata_digest(&rdatas[i], digest_callback, ctx); 358 isc_mem_put(mctx, rdatas, nrdatas * sizeof(dns_rdata_t)); 378 dns_rdata_t *rdatas; local 502 ret = rdataset_to_sortedarray(set, mctx, &rdatas, [all...] |
H A D | message.c | 304 msgblock = ISC_LIST_TAIL(msg->rdatas); 312 ISC_LIST_APPEND(msg->rdatas, msgblock, link); 582 msgblock = ISC_LIST_HEAD(msg->rdatas); 589 ISC_LIST_UNLINK(msg->rdatas, msgblock, link); 741 ISC_LIST_INIT(m->rdatas);
|
/bind-9.6-ESV-R11/lib/lwres/include/lwres/ |
H A D | lwres.h | 200 unsigned char **rdatas; member in struct:__anon222
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | message.h | 65 * On the other hand, offsets, rdatalists and rdatas allocated using 68 * on rdatalists and rdatas is optional and serves only to enable the item 225 ISC_LIST(dns_msgblock_t) rdatas; member in struct:dns_message 297 * If any data loanouts (buffers, names, rdatas, etc) were requested,
|
Completed in 3999 milliseconds