Lines Matching refs:check
420 #define match_char(state, def, base, next, check, C) \ argument
424 if ((check)[pos] != (state)) { \
456 u32 *check = CHECK_TABLE(dfa); in aa_dfa_match_len() local
467 match_char(state, def, base, next, check, in aa_dfa_match_len()
472 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match_len()
495 u32 *check = CHECK_TABLE(dfa); in aa_dfa_match() local
507 match_char(state, def, base, next, check, in aa_dfa_match()
512 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match()
533 u32 *check = CHECK_TABLE(dfa); in aa_dfa_next() local
539 match_char(state, def, base, next, check, equiv[(u8) c]); in aa_dfa_next()
541 match_char(state, def, base, next, check, (u8) c); in aa_dfa_next()
551 u32 *check = CHECK_TABLE(dfa); in aa_dfa_outofband_transition() local
558 match_char(state, def, base, next, check, -1); in aa_dfa_outofband_transition()
582 u32 *check = CHECK_TABLE(dfa); in aa_dfa_match_until() local
596 if (check[pos] == state) in aa_dfa_match_until()
607 if (check[pos] == state) in aa_dfa_match_until()
643 u32 *check = CHECK_TABLE(dfa); in aa_dfa_matchn_until() local
658 if (check[pos] == state) in aa_dfa_matchn_until()
669 if (check[pos] == state) in aa_dfa_matchn_until()
720 u32 *check = CHECK_TABLE(dfa); in leftmatch_fb() local
742 if (check[pos] == state) in leftmatch_fb()
761 if (check[pos] == state) in leftmatch_fb()