Home
last modified time | relevance | path

Searched refs:sendChunk (Results 1 – 25 of 97) sorted by relevance

1234

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wai-extra-3.0.29.2/Network/Wai/
H A DEventSource.hs40 $ \sendChunk flush -> do
46 Just b -> sendChunk b >> flush >> loop
56 $ \sendChunk flush -> handler (sendEvent sendChunk) flush
58 sendEvent sendChunk event =
61 Just b -> sendChunk b
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/wai-extra-3.0.29.1/Network/Wai/
H A DEventSource.hs40 $ \sendChunk flush -> fix $ \loop -> do
44 Just b -> sendChunk b >> flush >> loop
54 $ \sendChunk flush -> handler (sendEvent sendChunk) flush
56 sendEvent sendChunk event =
59 Just b -> sendChunk b
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/wai-extra-3.1.6/Network/Wai/
H A DEventSource.hs40 $ \sendChunk flush -> do
46 Just b -> sendChunk b >> flush >> loop
56 $ \sendChunk flush -> handler (sendEvent sendChunk) flush
58 sendEvent sendChunk event =
61 Just b -> sendChunk b
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/wai-extra-3.1.6/Network/Wai/
H A DEventSource.hs40 $ \sendChunk flush -> do
46 Just b -> sendChunk b >> flush >> loop
56 $ \sendChunk flush -> handler (sendEvent sendChunk) flush
58 sendEvent sendChunk event =
61 Just b -> sendChunk b
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/wai-extra-3.1.6/Network/Wai/
H A DEventSource.hs40 $ \sendChunk flush -> do
46 Just b -> sendChunk b >> flush >> loop
56 $ \sendChunk flush -> handler (sendEvent sendChunk) flush
58 sendEvent sendChunk event =
61 Just b -> sendChunk b
/dports/www/drupal8/drupal-8.9.20/core/modules/big_pipe/src/Render/
H A DBigPipe.php258 protected function sendChunk($chunk) { function in Drupal\\big_pipe\\Render\\BigPipe
326 $this->sendChunk($pre_body);
369 $this->sendChunk($scripts_bottom);
407 $this->sendChunk($fragment);
415 $this->sendChunk($multi_occurrence_placeholders_content[$fragment]);
483 $this->sendChunk($html_response);
527 $this->sendChunk("\n" . static::START_SIGNAL . "\n");
599 $this->sendChunk($output);
610 $this->sendChunk("\n" . static::STOP_SIGNAL . "\n");
665 $this->sendChunk('</body>' . $post_body);
/dports/www/drupal9/drupal-9.2.10/core/modules/big_pipe/src/Render/
H A DBigPipe.php258 protected function sendChunk($chunk) { function in Drupal\\big_pipe\\Render\\BigPipe
326 $this->sendChunk($pre_body);
369 $this->sendChunk($scripts_bottom);
407 $this->sendChunk($fragment);
415 $this->sendChunk($multi_occurrence_placeholders_content[$fragment]);
483 $this->sendChunk($html_response);
527 $this->sendChunk("\n" . static::START_SIGNAL . "\n");
599 $this->sendChunk($output);
610 $this->sendChunk("\n" . static::STOP_SIGNAL . "\n");
665 $this->sendChunk('</body>' . $post_body);
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yesod-core-1.6.18/test/YesodCoreTest/
H A DStreaming.hs12 sendChunk ("Hello " :: String)
13 sendChunk ("World" :: ByteString)
14 sendChunk ("!\n" :: Text)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/yesod-core-1.6.18/test/YesodCoreTest/
H A DStreaming.hs12 sendChunk ("Hello " :: String)
13 sendChunk ("World" :: ByteString)
14 sendChunk ("!\n" :: Text)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wai-extra-3.0.29.2/Network/Wai/Middleware/
H A DJsonp.hs83 wb $ \body -> sendResponse $ responseStream s hs $ \sendChunk flush -> do
84 sendChunk $ byteStringCopy cb `mappend` char7 '('
85 _ <- body sendChunk flush
86 sendChunk $ char7 ')'
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/wai-extra-3.0.29.1/Network/Wai/Middleware/
H A DJsonp.hs83 wb $ \body -> sendResponse $ responseStream s hs $ \sendChunk flush -> do
84 sendChunk $ byteStringCopy cb `mappend` char7 '('
85 _ <- body sendChunk flush
86 sendChunk $ char7 ')'
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/wai-extra-3.1.6/Network/Wai/Middleware/
H A DJsonp.hs83 wb $ \body -> sendResponse $ responseStream s hs $ \sendChunk flush -> do
84 sendChunk $ byteStringCopy cb `mappend` char7 '('
85 _ <- body sendChunk flush
86 sendChunk $ char7 ')'
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/wai-extra-3.1.6/Network/Wai/Middleware/
H A DJsonp.hs83 wb $ \body -> sendResponse $ responseStream s hs $ \sendChunk flush -> do
84 sendChunk $ byteStringCopy cb `mappend` char7 '('
85 _ <- body sendChunk flush
86 sendChunk $ char7 ')'
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/wai-extra-3.1.6/Network/Wai/Middleware/
H A DJsonp.hs83 wb $ \body -> sendResponse $ responseStream s hs $ \sendChunk flush -> do
84 sendChunk $ byteStringCopy cb `mappend` char7 '('
85 _ <- body sendChunk flush
86 sendChunk $ char7 ')'
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/wai-3.2.3/Network/
H A DWai.hs213 , \withBody -> IO.withBinaryFile fp IO.ReadMode $ \handle -> withBody $ \sendChunk _flush -> do
220 sendChunk $ byteString x
228 withBody $ \sendChunk _flush -> fix $ \loop -> do
231 sendChunk $ byteString bs
235 (s, h, \withBody -> withBody $ \sendChunk _flush -> sendChunk b)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wai-3.2.2.1/Network/
H A DWai.hs210 , \withBody -> IO.withBinaryFile fp IO.ReadMode $ \handle -> withBody $ \sendChunk _flush -> do
217 sendChunk $ byteString x
225 withBody $ \sendChunk _flush -> fix $ \loop -> do
228 sendChunk $ byteString bs
232 (s, h, \withBody -> withBody $ \sendChunk _flush -> sendChunk b)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/wai-3.2.2.1/Network/
H A DWai.hs210 , \withBody -> IO.withBinaryFile fp IO.ReadMode $ \handle -> withBody $ \sendChunk _flush -> do
217 sendChunk $ byteString x
225 withBody $ \sendChunk _flush -> fix $ \loop -> do
228 sendChunk $ byteString bs
232 (s, h, \withBody -> withBody $ \sendChunk _flush -> sendChunk b)
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/wai-3.2.2.1/Network/
H A DWai.hs210 , \withBody -> IO.withBinaryFile fp IO.ReadMode $ \handle -> withBody $ \sendChunk _flush -> do
217 sendChunk $ byteString x
225 withBody $ \sendChunk _flush -> fix $ \loop -> do
228 sendChunk $ byteString bs
232 (s, h, \withBody -> withBody $ \sendChunk _flush -> sendChunk b)
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/wai-3.2.3/Network/
H A DWai.hs213 , \withBody -> IO.withBinaryFile fp IO.ReadMode $ \handle -> withBody $ \sendChunk _flush -> do
220 sendChunk $ byteString x
228 withBody $ \sendChunk _flush -> fix $ \loop -> do
231 sendChunk $ byteString bs
235 (s, h, \withBody -> withBody $ \sendChunk _flush -> sendChunk b)
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/wai-3.2.3/Network/
H A DWai.hs213 , \withBody -> IO.withBinaryFile fp IO.ReadMode $ \handle -> withBody $ \sendChunk _flush -> do
220 sendChunk $ byteString x
228 withBody $ \sendChunk _flush -> fix $ \loop -> do
231 sendChunk $ byteString bs
235 (s, h, \withBody -> withBody $ \sendChunk _flush -> sendChunk b)
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/wai-3.2.3/Network/
H A DWai.hs213 , \withBody -> IO.withBinaryFile fp IO.ReadMode $ \handle -> withBody $ \sendChunk _flush -> do
220 sendChunk $ byteString x
228 withBody $ \sendChunk _flush -> fix $ \loop -> do
231 sendChunk $ byteString bs
235 (s, h, \withBody -> withBody $ \sendChunk _flush -> sendChunk b)
/dports/mail/libvmime/vmime-0.9.2/src/vmime/net/smtp/
H A DSMTPChunkingOutputStreamAdapter.cpp53 void SMTPChunkingOutputStreamAdapter::sendChunk in sendChunk() function in vmime::net::smtp::SMTPChunkingOutputStreamAdapter
135 sendChunk(m_buffer, m_bufferSize, /* last */ false); in writeImpl()
144 sendChunk(m_buffer, m_bufferSize, /* last */ true); in flush()
/dports/lang/nim/nim-1.6.2/tests/manyloc/keineschweine/enet_server/
H A Dserver_utils.nim51 proc sendChunk*(challenge: PFileChallengeSequence, client: PClient)
72 proc sendChunk*(challenge: PFileChallengeSequence, client: PClient) =
87 challenge.sendChunk(client)
97 fcSeq.sendChunk client
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/peer/
H A Dsuperseeder.cpp49 sendChunk(p); in have()
85 sendChunk(peer); in peerAdded()
105 void SuperSeeder::sendChunk(PeerInterface *peer) in sendChunk() function in bt::SuperSeeder
/dports/www/yaws/yaws-2.0.6/applications/mail/src/
H A Dmail.erl201 sendChunk([{body, Data}|Rest], State);
206 sendChunk([], S0) when S0#send.last==true, function
224 sendChunk(Rest, State#send{param=to});
227 sendChunk(Rest, State#send{param=cc});
230 sendChunk(Rest, State#send{param=bcc});
282 sendChunk(Rest, S3#send{param=message});
288 sendChunk(Rest, S#send{param=ignore});
317 sendChunk([{body, Data}|Rest], S) -> function
331 sendChunk(Rest, NewS);
333 sendChunk(Rest, S);
[all …]

1234