Home
last modified time | relevance | path

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

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/http2-2.0.5/Network/HTTP2/
H A DDecode.hs17 , decodePingFrame
143 , decodePingFrame
212 decodePingFrame :: FramePayloadDecoder
213 decodePingFrame _ bs = Right $ PingFrame bs function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/http2-2.0.4/Network/HTTP2/
H A DDecode.hs17 , decodePingFrame
143 , decodePingFrame
212 decodePingFrame :: FramePayloadDecoder
213 decodePingFrame _ bs = Right $ PingFrame bs function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/http2-2.0.6/Network/HTTP2/
H A DDecode.hs17 , decodePingFrame
143 , decodePingFrame
212 decodePingFrame :: FramePayloadDecoder
213 decodePingFrame _ bs = Right $ PingFrame bs function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/http2-3.0.2/Network/HTTP2/Frame/
H A DDecode.hs18 , decodePingFrame
143 , decodePingFrame
214 decodePingFrame :: FramePayloadDecoder
215 decodePingFrame _ bs = Right $ PingFrame bs function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/http2-2.0.6/Network/HTTP2/
H A DDecode.hs17 , decodePingFrame
143 , decodePingFrame
212 decodePingFrame :: FramePayloadDecoder
213 decodePingFrame _ bs = Right $ PingFrame bs function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/http2-2.0.4/Network/HTTP2/
H A DDecode.hs17 , decodePingFrame
143 , decodePingFrame
212 decodePingFrame :: FramePayloadDecoder
213 decodePingFrame _ bs = Right $ PingFrame bs function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/http2-3.0.2/Network/HTTP2/Frame/
H A DDecode.hs18 , decodePingFrame
143 , decodePingFrame
214 decodePingFrame :: FramePayloadDecoder
215 decodePingFrame _ bs = Right $ PingFrame bs function
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/codec/
H A DDecode.h91 PingFrame decodePingFrame(folly::io::Cursor& cursor);
H A DDecode.cpp71 PingFrame decodePingFrame(folly::io::Cursor&) { in decodePingFrame() function
768 return QuicFrame(decodePingFrame(cursor)); in parseFrame()