Home
last modified time | relevance | path

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

/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/HTTP-4000.3.15/Network/
H A DTCP.hs165 closeOnEnd c f = closeEOF c f function
175 closeOnEnd c f = closeEOF c f function
182 closeOnEnd (Connection c) f = Network.TCP.closeEOF c f function
205 closeOnEnd c f = closeEOF c f function
H A DStreamSocket.hs67closeOnEnd _sk _ = return () -- can't really deal with this, so do run the risk of leaking socket… function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/HTTP-4000.3.14/Network/
H A DTCP.hs165 closeOnEnd c f = closeEOF c f function
175 closeOnEnd c f = closeEOF c f function
182 closeOnEnd (Connection c) f = Network.TCP.closeEOF c f function
205 closeOnEnd c f = closeEOF c f function
H A DStreamSocket.hs67closeOnEnd _sk _ = return () -- can't really deal with this, so do run the risk of leaking socket… function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/HTTP-4000.3.15/Network/
H A DTCP.hs165 closeOnEnd c f = closeEOF c f function
175 closeOnEnd c f = closeEOF c f function
182 closeOnEnd (Connection c) f = Network.TCP.closeEOF c f function
205 closeOnEnd c f = closeEOF c f function
H A DStreamSocket.hs67closeOnEnd _sk _ = return () -- can't really deal with this, so do run the risk of leaking socket… function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/HTTP-4000.3.16/Network/
H A DTCP.hs166 closeOnEnd c f = closeEOF c f function
176 closeOnEnd c f = closeEOF c f function
183 closeOnEnd (Connection c) f = Network.TCP.closeEOF c f function
206 closeOnEnd c f = closeEOF c f function
H A DStreamSocket.hs67closeOnEnd _sk _ = return () -- can't really deal with this, so do run the risk of leaking socket… function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/HTTP-4000.3.16/Network/
H A DTCP.hs166 closeOnEnd c f = closeEOF c f function
176 closeOnEnd c f = closeEOF c f function
183 closeOnEnd (Connection c) f = Network.TCP.closeEOF c f function
206 closeOnEnd c f = closeEOF c f function
H A DStreamSocket.hs67closeOnEnd _sk _ = return () -- can't really deal with this, so do run the risk of leaking socket… function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/mattermost-api-50200.11.0/src/Network/Mattermost/Types/
H A DInternal.hs75 closeOnEnd _ _ = return () function
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/gui/
H A DProcessWindow.java248 JCheckBoxMenuItem closeOnEnd = new JCheckBoxMenuItem(Resource.getString(Keys.KEY_closeOnEnd[0])); in buildFileMenu() local