Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dframe.go1013 PadLength uint8 member
1033 if p.PadLength != 0 {
1046 if p.PadLength != 0 {
1047 f.writeByte(p.PadLength)
1061 f.wbuf = append(f.wbuf, padZeros[:p.PadLength]...)
1275 PadLength uint8 member
1290 if p.PadLength != 0 {
1297 if p.PadLength != 0 {
1298 f.writeByte(p.PadLength)
1305 f.wbuf = append(f.wbuf, padZeros[:p.PadLength]...)