Searched refs:cur_match (Results 1 – 2 of 2) sorted by relevance
504 struct tcf_ematch *cur_match; in __tcf_em_tree_match() local509 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match()511 if (tcf_em_is_container(cur_match)) { in __tcf_em_tree_match()516 match_idx = cur_match->data; in __tcf_em_tree_match()520 res = tcf_em_match(skb, cur_match, info); in __tcf_em_tree_match()522 if (tcf_em_early_end(cur_match, res)) in __tcf_em_tree_match()531 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match()533 if (tcf_em_is_inverted(cur_match)) in __tcf_em_tree_match()536 if (tcf_em_early_end(cur_match, res)) { in __tcf_em_tree_match()
79 static uInt longest_match (deflate_state *s, IPos cur_match);567 IPos cur_match /* current match */ in longest_match() argument614 Assert(cur_match < s->strstart, "no future"); in longest_match()615 match = s->window + cur_match; in longest_match()687 s->match_start = cur_match; in longest_match()697 } while ((cur_match = prev[cur_match & wmask]) > limit in longest_match()