type golang.org/x/crypto/ssh.buffer
8 uses
golang.org/x/crypto/ssh (current package)
buffer.go#L15: type buffer struct {
buffer.go#L32: func newBuffer() *buffer {
buffer.go#L34: b := &buffer{
buffer.go#L44: func (b *buffer) write(buf []byte) {
buffer.go#L55: func (b *buffer) eof() {
buffer.go#L64: func (b *buffer) Read(buf []byte) (n int, err error) {
channel.go#L187: pending *buffer
channel.go#L188: extPending *buffer
![]() |
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. |