HomeSort by: relevance | last modified time | path
    Searched defs:temprdata (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
zone.c 15440 dns_rdata_t *temprdata = NULL; local
15478 dns_message_gettemprdata(message, &temprdata);
15509 dns_rdata_init(temprdata);
15510 dns_rdata_fromregion(temprdata, rdata.rdclass, rdata.type, &r);
15520 ISC_LIST_APPEND(temprdatalist->rdata, temprdata, link);
15528 temprdata = NULL;
15544 if (temprdata != NULL) {
15545 dns_message_puttemprdata(message, &temprdata);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 15291 dns_rdata_t *temprdata = NULL; local
15337 result = dns_message_gettemprdata(message, &temprdata);
15377 dns_rdata_init(temprdata);
15378 dns_rdata_fromregion(temprdata, rdata.rdclass, rdata.type, &r);
15388 ISC_LIST_APPEND(temprdatalist->rdata, temprdata, link);
15399 temprdata = NULL;
15415 if (temprdata != NULL) {
15416 dns_message_puttemprdata(message, &temprdata);

Completed in 49 milliseconds