Lines Matching refs:newlist
163 dns_rdatalist_t *newlist = NULL;
180 RETERR(dns_message_gettemprdatalist(msg, &newlist));
181 newlist->rdclass = newrdata->rdclass;
182 newlist->type = newrdata->type;
183 newlist->ttl = ttl;
184 ISC_LIST_APPEND(newlist->rdata, newrdata, link);
187 RETERR(dns_rdatalist_tordataset(newlist, newset));
199 INSIST(newlist != NULL);
200 ISC_LIST_UNLINK(newlist->rdata, newrdata, link);
210 if (newlist != NULL)
211 dns_message_puttemprdatalist(msg, &newlist);