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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdataslab.c 665 bool fromold; local
667 fromold = false;
669 fromold = true;
671 fromold = (dns_rdata_compare(&ordata, &nrdata) < 0);
673 if (fromold) {
  /src/external/mpl/bind/dist/lib/dns/
rdataslab.c 704 bool fromold; local
706 fromold = false;
708 fromold = true;
710 fromold = (dns_rdata_compare(&ordata, &nrdata) < 0);
712 if (fromold) {

Completed in 26 milliseconds