Home | History | Annotate | Download | only in norm

Lines Matching refs:outbuf

76 	outbuf       []byte
86 n := copy(p, r.outbuf[r.bufStart:r.lastBoundary])
96 outn := copy(r.outbuf, r.outbuf[r.lastBoundary:])
97 r.outbuf = r.outbuf[0:outn]
104 r.outbuf = doAppend(&r.rb, r.outbuf, 0)
107 r.lastBoundary = len(r.outbuf)
109 r.lastBoundary = lastBoundary(&r.rb.f, r.outbuf)