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

  /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) {
  /src/external/mpl/bind/dist/lib/dns/
zone.c 3241 bool ok = true, have_spf, have_txt; local
3508 have_spf = have_txt = false;
3524 have_txt = isspf(&rdata);
3526 if (have_txt) {
3534 if (have_spf && !have_txt) {

Completed in 37 milliseconds