Searched defs:ExecReadOnly (Results 1 – 1 of 1) sorted by relevance
67 struct ExecReadOnly { struct69 res: Vec<String>,75 nfa: Program,81 dfa: Program,85 dfa_reverse: Program,90 suffixes: LiteralSearcher,101 ac: Option<AhoCorasick<u32>>,104 match_type: MatchType,1233 fn imp(_: &ExecReadOnly, _: &[u8]) -> bool { in is_anchor_end_match()1238 fn imp(ro: &ExecReadOnly, text: &[u8]) -> bool { in is_anchor_end_match()[all …]