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

12 uses

	github.com/lib/pq (current package)
		buf.go#L12: func (b *readBuf) int32() (n int) {
		conn.go#L1110: 	switch code := r.int32(); code {
		conn.go#L1123: 		if r.int32() != 0 {
		conn.go#L1137: 		if r.int32() != 0 {
		conn.go#L1159: 		if r.int32() != 11 {
		conn.go#L1179: 		if r.int32() != 12 {
		conn.go#L1459: 				l := rs.rb.int32()
		conn.go#L1653: 	cn.processID = r.int32()
		conn.go#L1654: 	cn.secretKey = r.int32()
		conn.go#L1803: 		colTyps[i].Mod = r.int32()
		conn.go#L1820: 		colTyps[i].Mod = r.int32()
		notify.go#L25: 	bePid := r.int32()