golang.org/x/crypto/ssh.buffer.write (method)

3 uses

	golang.org/x/crypto/ssh (current package)
		buffer.go#L44: func (b *buffer) write(buf []byte) {
		channel.go#L326: 		ch.extPending.write(data)
		channel.go#L330: 		ch.pending.write(data)