Searched refs:firstFrag (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | write.go | 153 …riteContext, headerBlock []byte, fn func(ctx writeContext, frag []byte, firstFrag, lastFrag bool) … argument 237 func (w *writeResHeaders) writeHeaderBlock(ctx writeContext, frag []byte, firstFrag, lastFrag bool)… 238 if firstFrag { 286 func (w *writePushPromise) writeHeaderBlock(ctx writeContext, frag []byte, firstFrag, lastFrag bool… 287 if firstFrag {
|