Searched refs:exact_matched (Results 1 – 1 of 1) sorted by relevance
513 … boolean_t exact_matched = ((reverse && string_idx < 0) || (string_idx == (int16_t)string_length)); in net_trie_search() local514 …boolean_t partial_matched = (!exact_matched && partial_match_allowed && (string[string_idx] == par… in net_trie_search()519 TRIE_NODE(trie, current).is_leaf, exact_matched, partial_matched); in net_trie_search()529 if (exact_matched) { in net_trie_search()