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

3 uses

	golang.org/x/crypto/ssh (current package)
		buffer.go#L64: func (b *buffer) Read(buf []byte) (n int, err error) {
		channel.go#L349: 		n, err = c.extPending.Read(data)
		channel.go#L351: 		n, err = c.pending.Read(data)