Lines Matching defs:http2FrameHeader
1555 type http2FrameHeader struct { struct
1556 valid bool // caller can access []byte fields in the Frame
1561 Type http2FrameType
1565 Flags http2Flags
1570 Length uint32
1574 StreamID uint32
1579 func (h http2FrameHeader) Header() http2FrameHeader { return h }
1581 func (h http2FrameHeader) String() string {
1589 func (h http2FrameHeader) writeDebug(buf *bytes.Buffer) {
1616 func (h *http2FrameHeader) checkValid() {
1622 func (h *http2FrameHeader) invalidate() { h.valid = false }
1991 http2FrameHeader anonMember
2008 func http2parseDataFrame(fc *http2frameCache, fh http2FrameHeader, countError func(string), payload…
2123 http2FrameHeader anonMember
2127 func http2parseSettingsFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), p []…
2262 http2FrameHeader anonMember
2268 func http2parsePingFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), payload …
2295 http2FrameHeader anonMember
2310 func http2parseGoAwayFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), p []by…
2338 http2FrameHeader anonMember
2352 func http2parseUnknownFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), p []b…
2359 http2FrameHeader anonMember
2363 func http2parseWindowUpdateFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), …
2406 http2FrameHeader anonMember
2431 func http2parseHeadersFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), p []b…
2548 http2FrameHeader anonMember
2573 func http2parsePriorityFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), payl…
2618 http2FrameHeader anonMember
2622 func http2parseRSTStreamFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), p […
2650 http2FrameHeader anonMember
2654 func http2parseContinuationFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), …
2691 http2FrameHeader anonMember
2705 func http2parsePushPromise(_ *http2frameCache, fh http2FrameHeader, countError func(string), p []by…