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

4 uses

	github.com/lib/pq (current package)
		conn.go#L118: 	buf       *bufio.Reader
		conn.go#L319: 	cn.buf = bufio.NewReader(cn.c)
		conn.go#L936: 	_, err := io.ReadFull(cn.buf, x)
		conn.go#L950: 	_, err = io.ReadFull(cn.buf, y)