Searched refs:equiv (Results 1 – 1 of 1) sorted by relevance
420 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_match_len() local423 equiv[(u8) *str++]); in aa_dfa_match_len()460 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_match() local464 equiv[(u8) *str++]); in aa_dfa_match()495 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_next() local496 match_char(state, def, base, next, check, equiv[(u8) c]); in aa_dfa_next()532 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_match_until() local535 pos = base_idx(base[state]) + equiv[(u8) *str++]; in aa_dfa_match_until()594 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_matchn_until() local597 pos = base_idx(base[state]) + equiv[(u8) *str++]; in aa_dfa_matchn_until()[all …]