HomeSort by: relevance | last modified time | path
    Searched defs:fromold (Results 1 - 4 of 4) 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) {
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 716 bool fromold; local
718 fromold = false;
720 fromold = true;
722 fromold = (dns_rdata_compare(&ordata, &nrdata) < 0);
724 if (fromold) {
rdataslab.c 716 bool fromold; local
718 fromold = false;
720 fromold = true;
722 fromold = (dns_rdata_compare(&ordata, &nrdata) < 0);
724 if (fromold) {

Completed in 125 milliseconds