Home
last modified time | relevance | path

Searched defs:staysWithinBuffer (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dwrite.go25 staysWithinBuffer(size int) bool methodSpec
71 func (flushFrameWriter) staysWithinBuffer(max int) bool { return false } func
75 func (s writeSettings) staysWithinBuffer(max int) bool { func
96 func (*writeGoAway) staysWithinBuffer(max int) bool { return false } // flushes func
112 func (w *writeData) staysWithinBuffer(max int) bool { func
126 func (hp handlerPanicRST) staysWithinBuffer(max int) bool { return frameHeaderLen+4 <= max } func
132 func (se StreamError) staysWithinBuffer(max int) bool { return frameHeaderLen+4 <= max } func
140 func (w writePingAck) staysWithinBuffer(max int) bool { return frameHeaderLen+len(w.pf.Data) <= max… func
148 func (writeSettingsAck) staysWithinBuffer(max int) bool { return frameHeaderLen <= max } func
198 func (w *writeResHeaders) staysWithinBuffer(max int) bool { func
[all …]