Home
last modified time | relevance | path

Searched refs:appendVarInt (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/hpack/
Dencode.go143 dst = appendVarInt(dst, 7, i)
176 dst = appendVarInt(dst, n, i)
185 dst = appendVarInt(dst, 5, uint64(v))
195 func appendVarInt(dst []byte, n byte, i uint64) []byte { func
217 dst = appendVarInt(dst, 7, huffmanLength)
221 dst = appendVarInt(dst, 7, uint64(len(s)))