Home | History | Annotate | Download | only in regexp

Lines Matching refs:deliver

647 func (re *Regexp) allMatches(s string, b []byte, n int, deliver func([]int)) {
687 deliver(re.pad(matches))