Lines Matching refs:newrdata
140 dns_rdata_t *newrdata = NULL;
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);