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()
484 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match() local
496 match_char(state, def, base, next, check, in aa_dfa_match()
501 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match()
522 u16 *check = CHECK_TABLE(dfa); in aa_dfa_next() local
528 match_char(state, def, base, next, check, equiv[(u8) c]); in aa_dfa_next()
530 match_char(state, def, base, next, check, (u8) c); in aa_dfa_next()
540 u16 *check = CHECK_TABLE(dfa); in aa_dfa_outofband_transition() local
547 match_char(state, def, base, next, check, -1); in aa_dfa_outofband_transition()
571 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match_until() local
585 if (check[pos] == state) in aa_dfa_match_until()
596 if (check[pos] == state) in aa_dfa_match_until()
632 u16 *check = CHECK_TABLE(dfa); in aa_dfa_matchn_until() local
647 if (check[pos] == state) in aa_dfa_matchn_until()
658 if (check[pos] == state) in aa_dfa_matchn_until()
708 u16 *check = CHECK_TABLE(dfa); in leftmatch_fb() local
730 if (check[pos] == state) in leftmatch_fb()
749 if (check[pos] == state) in leftmatch_fb()