Searched refs:newrdata (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dtkey.c144 dns_rdata_t *newrdata = NULL; local
150 RETERR(dns_message_gettemprdata(msg, &newrdata));
156 dns_rdata_fromregion(newrdata, rdata->rdclass, rdata->type, &newr);
164 newlist->rdclass = newrdata->rdclass;
165 newlist->type = newrdata->type;
169 ISC_LIST_APPEND(newlist->rdata, newrdata, link);
183 if (newrdata != NULL) {
184 if (ISC_LINK_LINKED(newrdata, link)) {
186 ISC_LIST_UNLINK(newlist->rdata, newrdata, link);
188 dns_message_puttemprdata(msg, &newrdata);
[all...]
H A Dclient.c2484 dns_rdata_t rdata = DNS_RDATA_INIT, *newrdata; local
2516 newrdata = NULL;
2517 result = dns_message_gettemprdata(msg, &newrdata);
2528 dns_rdata_init(newrdata);
2529 dns_rdata_fromregion(newrdata, rdata.rdclass,
2531 newrdata->flags = rdata.flags;
2533 ISC_LIST_APPEND(rdatalist->rdata, newrdata, link);
H A Dmessage.c294 newrdata(dns_message_t *msg) { function
1341 rdata = newrdata(msg);
2467 *item = newrdata(msg);

Completed in 152 milliseconds