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