github.com/lib/pq.conn.writeBuf (method)

17 uses

	github.com/lib/pq (current package)
		conn.go#L254: func (cn *conn) writeBuf(b byte) *writeBuf {
		conn.go#L605: 	b := cn.writeBuf('Q')
		conn.go#L637: 	b := cn.writeBuf('Q')
		conn.go#L762: 	b := cn.writeBuf('P')
		conn.go#L1021: 	w := cn.writeBuf(0)
		conn.go#L1067: 	w := cn.writeBuf(0)
		conn.go#L1114: 		w := cn.writeBuf('p')
		conn.go#L1128: 		w := cn.writeBuf('p')
		conn.go#L1148: 		w := cn.writeBuf('p')
		conn.go#L1170: 		w = cn.writeBuf('p')
		conn.go#L1223: 	w := st.cn.writeBuf('C')
		conn.go#L1228: 	st.cn.send(st.cn.writeBuf('S'))
		conn.go#L1280: 	w := cn.writeBuf('B')
		conn.go#L1589: 	b := cn.writeBuf('P')
		conn_go18.go#L134: 		w := can.writeBuf(0)
		copy.go#L78: 	b := cn.writeBuf('Q')
		copy.go#L112: 	b = cn.writeBuf('f')