github.com/lib/pq.copyin.buffer (field)

16 uses

	github.com/lib/pq (current package)
		copy.go#L49: 	buffer  []byte
		copy.go#L71: 		buffer:  make([]byte, 0, ciBufferSize),
		copy.go#L76: 	ci.buffer = append(ci.buffer, 'd', 0, 0, 0, 0)
		copy.go#L237: 		ci.buffer = appendEncodedText(&ci.cn.parameterStatus, ci.buffer, value)
		copy.go#L239: 			ci.buffer = append(ci.buffer, '\t')
		copy.go#L243: 	ci.buffer = append(ci.buffer, '\n')
		copy.go#L245: 	if len(ci.buffer) > ciBufferFlushSize {
		copy.go#L246: 		ci.flush(ci.buffer)
		copy.go#L248: 		ci.buffer = ci.buffer[:5]
		copy.go#L265: 	if len(ci.buffer) > 0 {
		copy.go#L266: 		ci.flush(ci.buffer)