Home
last modified time | relevance | path

Searched refs:exact_matched (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dtrie_utility.c513 … boolean_t exact_matched = ((reverse && string_idx < 0) || (string_idx == (int16_t)string_length)); in net_trie_search() local
514 …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()