github.com/gotd/td/bin.Buffer.Expand (method)
9 uses
github.com/gotd/td/bin (current package)
buffer.go#L28: func (b *Buffer) Expand(n int) {
github.com/gotd/td/internal/mtproxy/faketls
client_hello.go#L23: b.Expand(n)
client_hello.go#L26: b.Expand(0)
client_hello.go#L40: b.Expand(2)
client_hello.go#L87: b.Expand(pad)
github.com/gotd/td/internal/proto/codec
abridged.go#L84: b.Expand(4)
full.go#L85: b.Expand(n - bin.Word)
intermediate.go#L83: b.Expand(4)
padded_intermediate.go#L83: b.Expand(4)
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |