Lines Matching defs:newlist
2793 dns_rdatalist_t *newlist;
2798 newlist = isc_mem_cget(mctx, new_len, sizeof(newlist[0]));
2808 newlist[rdlcount] = *this;
2809 ISC_LIST_APPEND(*current, &newlist[rdlcount], link);
2821 newlist[rdlcount] = *this;
2822 ISC_LIST_APPEND(*glue, &newlist[rdlcount], link);
2830 return newlist;
2840 dns_rdata_t *newlist;
2846 newlist = isc_mem_cget(mctx, new_len, sizeof(*newlist));
2861 newlist[rdcount] = *rdata;
2862 ISC_LIST_APPEND(this->rdata, &newlist[rdcount], link);
2881 newlist[rdcount] = *rdata;
2882 ISC_LIST_APPEND(this->rdata, &newlist[rdcount], link);
2891 return newlist;