Searched refs:newrdata (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | tkey.c | 140 dns_rdata_t *newrdata = NULL; local 146 RETERR(dns_message_gettemprdata(msg, &newrdata)); 152 dns_rdata_fromregion(newrdata, rdata->rdclass, rdata->type, &newr); 160 newlist->rdclass = newrdata->rdclass; 161 newlist->type = newrdata->type; 165 ISC_LIST_APPEND(newlist->rdata, newrdata, link); 179 if (newrdata != NULL) { 180 if (ISC_LINK_LINKED(newrdata, link)) { 182 ISC_LIST_UNLINK(newlist->rdata, newrdata, link); 184 dns_message_puttemprdata(msg, &newrdata); [all...] |
H A D | message.c | 294 newrdata(dns_message_t *msg) { function 1321 rdata = newrdata(msg); 2375 *item = newrdata(msg);
|
Completed in 38 milliseconds