Searched defs:lazybuf (Results 1 – 4 of 4) sorted by relevance
24 type lazybuf struct { struct25 path string26 buf []byte27 w int28 volAndPath string29 volLen int32 func (b *lazybuf) index(i int) byte {39 func (b *lazybuf) append(c byte) {52 func (b *lazybuf) prepend(prefix ...byte) {57 func (b *lazybuf) string() string {
9 func postClean(out *lazybuf) {}
307 func postClean(out *lazybuf) {
20 type lazybuf struct { struct21 s string22 buf []byte23 w int26 func (b *lazybuf) index(i int) byte {33 func (b *lazybuf) append(c byte) {46 func (b *lazybuf) string() string {