Lines Matching defs:http2frameCache
1826 type http2frameCache struct { struct
1827 dataFrame http2DataFrame
1830 func (fc *http2frameCache) getDataFrame() *http2DataFrame {
2008 func http2parseDataFrame(fc *http2frameCache, fh http2FrameHeader, countError func(string), payload…
2127 func http2parseSettingsFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), p []…
2268 func http2parsePingFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), payload …
2310 func http2parseGoAwayFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), p []by…
2352 func http2parseUnknownFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), p []b…
2363 func http2parseWindowUpdateFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), …
2431 func http2parseHeadersFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), p []b…
2573 func http2parsePriorityFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), payl…
2622 func http2parseRSTStreamFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), p […
2654 func http2parseContinuationFrame(_ *http2frameCache, fh http2FrameHeader, countError func(string), …
2705 func http2parsePushPromise(_ *http2frameCache, fh http2FrameHeader, countError func(string), p []by…