Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go1826 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…
[all …]