Searched refs:exact_match_found (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/ldns/drill/
H A Ddnssec.c400 bool exact_match_found; local
442 exact_match_found = false;
474 exact_match_found = true;
483 if (!exact_match_found && in_range_found) {
485 } else if (exact_match_found && flag) {
487 } else if (exact_match_found && !flag) {
/freebsd-10-stable/contrib/ldns/
H A Ddnssec.c110 bool exact_match_found; local
138 exact_match_found = false;
162 exact_match_found = true;
168 if (!exact_match_found && in_range_found) {
170 } else if (exact_match_found && flag) {
175 } else if (exact_match_found && !flag) {

Completed in 130 milliseconds