github.com/lib/pq.writeBuf.buf (field)

19 uses

	github.com/lib/pq (current package)
		buf.go#L52: 	buf []byte
		buf.go#L59: 	b.buf = append(b.buf, x...)
		buf.go#L65: 	b.buf = append(b.buf, x...)
		buf.go#L69: 	b.buf = append(append(b.buf, s...), '\000')
		buf.go#L73: 	b.buf = append(b.buf, c)
		buf.go#L77: 	b.buf = append(b.buf, v...)
		buf.go#L81: 	p := b.buf[b.pos:]
		buf.go#L83: 	return b.buf
		buf.go#L87: 	p := b.buf[b.pos:]
		buf.go#L89: 	b.pos = len(b.buf) + 1
		buf.go#L90: 	b.buf = append(b.buf, c, 0, 0, 0, 0)
		conn.go#L257: 		buf: cn.scratch[:5],
		notify.go#L261: 		buf: []byte("Q\x00\x00\x00\x00"),