Searched defs:newrdata (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dtkey.c161 dns_rdata_t *newrdata = NULL; local
167 RETERR(dns_message_gettemprdata(msg, &newrdata));
173 dns_rdata_fromregion(newrdata, rdata->rdclass, rdata->type, &newr);
181 newlist->rdclass = newrdata->rdclass;
182 newlist->type = newrdata->type;
184 ISC_LIST_APPEND(newlist->rdata, newrdata, link);
197 if (newrdata != NULL) {
198 if (ISC_LINK_LINKED(newrdata, link)) {
200 ISC_LIST_UNLINK(newlist->rdata, newrdata, link);
202 dns_message_puttemprdata(msg, &newrdata);
[all...]
H A Dmessage.c272 newrdata(dns_message_t *msg) { function
1380 rdata = newrdata(msg);
2547 *item = newrdata(msg);
H A Dclient.c2589 dns_rdata_t rdata = DNS_RDATA_INIT, *newrdata; local
2621 newrdata = NULL;
2622 result = dns_message_gettemprdata(msg, &newrdata);
2633 dns_rdata_init(newrdata);
2634 dns_rdata_fromregion(newrdata, rdata.rdclass,
2636 newrdata->flags = rdata.flags;
2638 ISC_LIST_APPEND(rdatalist->rdata, newrdata, link);

Completed in 24 milliseconds