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

  /src/external/mpl/bind/dist/lib/dns/
zone.c 3242 bool ok = true, have_spf, have_txt; local
3509 have_spf = have_txt = false;
3525 have_txt = isspf(&rdata);
3527 if (have_txt) {
3535 if (have_spf && !have_txt) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 3325 bool ok = true, have_spf, have_txt; local
3450 have_spf = have_txt = false;
3465 have_txt = isspf(&rdata);
3467 if (have_txt) {
3475 if (have_spf && !have_txt) {

Completed in 50 milliseconds