Searched refs:rdatalists (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dmessage.h54 * On the other hand, offsets, rdatalists and rdatas allocated using
57 * on rdatalists and rdatas is optional and serves only to enable the item
232 ISC_LIST(dns_msgblock_t) rdatalists; member in struct:dns_message
555 * Render all names, rdatalists, etc from the given section at the
/bind-9.11.3/bin/named/
H A Dzoneconf.c546 dns_rdatalist_t* rdatalists[] = { local
666 for (i = 0; rdatalists[i] != NULL; i++) {
667 while ((rdata = ISC_LIST_HEAD(rdatalists[i]->rdata)) != NULL) {
668 ISC_LIST_UNLINK(rdatalists[i]->rdata, rdata, link);
/bind-9.11.3/lib/dns/
H A Dmessage.c315 msgblock = ISC_LIST_TAIL(msg->rdatalists);
324 ISC_LIST_APPEND(msg->rdatalists, msgblock, link);
582 * rdatalists could be empty.
585 msgblock = ISC_LIST_HEAD(msg->rdatalists);
592 ISC_LIST_UNLINK(msg->rdatalists, msgblock, link);
731 ISC_LIST_INIT(m->rdatalists);

Completed in 61 milliseconds