Searched refs:next_match (Results 1 – 4 of 4) sorted by relevance
10 next_match: Option<(usize, usize)>, field21 next_match: None, in into_searcher()34 if let Some((s, e)) = self.next_match { in next()35 self.next_match = None; in next()55 self.next_match = Some((s, e)); in next()
384 next_match: in i386_disasm()434 goto next_match; in i386_disasm()
202 goto next_match; in ntfs_best_match()206 goto next_match; in ntfs_best_match()231 next_match: in ntfs_best_match()
17407 while let Some(m) = searcher.next_match() {