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)