Lines Matching refs:check
409 #define match_char(state, def, base, next, check, C) \ argument
413 if ((check)[pos] != (state)) { \
445 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match_len() local
456 match_char(state, def, base, next, check, in aa_dfa_match_len()
461 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match_len()
485 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match() local
497 match_char(state, def, base, next, check, in aa_dfa_match()
502 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match()
524 u16 *check = CHECK_TABLE(dfa); in aa_dfa_next() local
530 match_char(state, def, base, next, check, equiv[(u8) c]); in aa_dfa_next()
532 match_char(state, def, base, next, check, (u8) c); in aa_dfa_next()
542 u16 *check = CHECK_TABLE(dfa); in aa_dfa_outofband_transition() local
549 match_char(state, def, base, next, check, -1); in aa_dfa_outofband_transition()
573 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match_until() local
587 if (check[pos] == state) in aa_dfa_match_until()
598 if (check[pos] == state) in aa_dfa_match_until()
634 u16 *check = CHECK_TABLE(dfa); in aa_dfa_matchn_until() local
649 if (check[pos] == state) in aa_dfa_matchn_until()
660 if (check[pos] == state) in aa_dfa_matchn_until()
710 u16 *check = CHECK_TABLE(dfa); in leftmatch_fb() local
732 if (check[pos] == state) in leftmatch_fb()
751 if (check[pos] == state) in leftmatch_fb()