Searched refs:newlist (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dtkey.c163 dns_rdatalist_t *newlist = NULL; local
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 !
[all...]
H A Dmaster.c2954 dns_rdatalist_t *newlist; local
2959 newlist = isc_mem_get(mctx, new_len * sizeof(*newlist));
2960 if (newlist == NULL)
2971 newlist[rdlcount] = *this;
2972 ISC_LIST_APPEND(*current, &newlist[rdlcount], link);
2984 newlist[rdlcount] = *this;
2985 ISC_LIST_APPEND(*glue, &newlist[rdlcount], link);
2992 return (newlist);
3004 dns_rdata_t *newlist; local
[all...]
H A Dzone.c5629 same_addrs(isc_sockaddr_t const *oldlist, isc_sockaddr_t const *newlist, argument
5635 if (!isc_sockaddr_equal(&oldlist[i], &newlist[i]))
5641 same_keynames(dns_name_t * const *oldlist, dns_name_t * const *newlist, argument
5646 if (oldlist == NULL && newlist == NULL)
5648 if (oldlist == NULL || newlist == NULL)
5652 if (oldlist[i] == NULL && newlist[i] == NULL)
5654 if (oldlist[i] == NULL || newlist[i] == NULL ||
5655 !dns_name_equal(oldlist[i], newlist[i]))
/bind-9.11.3/bin/named/
H A Dconfig.c613 newlist:
722 goto newlist;
/bind-9.11.3/lib/bind9/
H A Dcheck.c1539 newlist:
1603 goto newlist;

Completed in 78 milliseconds