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

/bind-9.11.3/lib/dns/
H A Dzone.c12934 dns_rdata_t *temprdata = NULL; local
12980 result = dns_message_gettemprdata(message, &temprdata);
13019 dns_rdata_init(temprdata);
13020 dns_rdata_fromregion(temprdata, rdata.rdclass, rdata.type, &r);
13029 ISC_LIST_APPEND(temprdatalist->rdata, temprdata, link);
13039 temprdata = NULL;
13051 if (temprdata != NULL)
13052 dns_message_puttemprdata(message, &temprdata);

Completed in 1663 milliseconds