Searched refs:equiv (Results 1 – 1 of 1) sorted by relevance
454 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_match_len() local457 equiv[(u8) *str++]); in aa_dfa_match_len()494 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_match() local498 equiv[(u8) *str++]); in aa_dfa_match()529 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_next() local530 match_char(state, def, base, next, check, equiv[(u8) c]); in aa_dfa_next()583 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_match_until() local586 pos = base_idx(base[state]) + equiv[(u8) *str++]; in aa_dfa_match_until()645 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_matchn_until() local648 pos = base_idx(base[state]) + equiv[(u8) *str++]; in aa_dfa_matchn_until()[all …]