github.com/lib/pq.readBuf.next (method)

9 uses

	github.com/lib/pq (current package)
		buf.go#L41: func (b *readBuf) next(n int) (v []byte) {
		buf.go#L48: 	return b.next(1)[0]
		conn.go#L1127: 		s := string(r.next(4))
		conn.go#L1163: 		nextStep := r.next(len(*r))
		conn.go#L1183: 		nextStep = r.next(len(*r))
		conn.go#L1464: 				dest[i] = decode(&conn.parameterStatus, rs.rb.next(l), rs.colTyps[i].OID, rs.colFmts[i])
		conn.go#L1800: 		r.next(6)
		conn.go#L1805: 		r.next(2)
		conn.go#L1817: 		r.next(6)