type github.com/lib/pq.readBuf
25 uses
github.com/lib/pq (current package)
buf.go#L10: type readBuf []byte
buf.go#L12: func (b *readBuf) int32() (n int) {
buf.go#L18: func (b *readBuf) oid() (n oid.Oid) {
buf.go#L25: func (b *readBuf) int16() (n int) {
buf.go#L31: func (b *readBuf) string() string {
buf.go#L41: func (b *readBuf) next(n int) (v []byte) {
buf.go#L47: func (b *readBuf) byte() byte {
conn.go#L914: func (cn *conn) saveMessage(typ byte, buf *readBuf) {
conn.go#L925: func (cn *conn) recvMessage(r *readBuf) (byte, error) {
conn.go#L962: func (cn *conn) recv() (t byte, r *readBuf) {
conn.go#L965: r = &readBuf{}
conn.go#L983: func (cn *conn) recv1Buf(r *readBuf) byte {
conn.go#L1004: func (cn *conn) recv1() (t byte, r *readBuf) {
conn.go#L1005: r = &readBuf{}
conn.go#L1109: func (cn *conn) auth(r *readBuf, o values) {
conn.go#L1377: rb readBuf
conn.go#L1611: func (cn *conn) processParameterStatus(r *readBuf) {
conn.go#L1636: func (cn *conn) processReadyForQuery(r *readBuf) {
conn.go#L1652: func (cn *conn) processBackendKeyData(r *readBuf) {
conn.go#L1794: func parseStatementRowDescribe(r *readBuf) (colNames []string, colTyps []fieldDesc) {
conn.go#L1810: func parsePortalRowDescribe(r *readBuf) rowsHeader {
copy.go#L143: var r readBuf
error.go#L356: func parseError(r *readBuf) *Error {
notify.go#L24: func recvNotification(r *readBuf) *Notification {
notify.go#L137: r := &readBuf{}
![]() |
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. |