Home | History | Annotate | Download | only in regexp

Lines Matching refs:deliver

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