Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dwrite.go251 type writePushPromise struct { struct
263 func (w *writePushPromise) staysWithinBuffer(max int) bool { argument
268 func (w *writePushPromise) writeFrame(ctx writeContext) error { argument
286 func (w *writePushPromise) writeHeaderBlock(ctx writeContext, frag []byte, firstFrag, lastFrag bool… argument
Dserver.go1088 if wpp, ok := wr.write.(*writePushPromise); ok {
2792 write: &writePushPromise{