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()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |