Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dframe.go1165 type ContinuationFrame struct { struct
1174 return &ContinuationFrame{fh, p}, nil
1177 func (f *ContinuationFrame) HeaderBlockFragment() []byte { argument
1182 func (f *ContinuationFrame) HeadersEnded() bool { argument
1511 hc = f.(*ContinuationFrame) // guaranteed by checkFrameOrder