Home
last modified time | relevance | path

Searched defs:sendChunk (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/yaws/yaws-2.0.6/applications/mail/src/
H A Dmail.erl200 sendChunk([{part_body, Data}|Rest], State) -> function
203 sendChunk([], State) when State#send.last/=true -> function
206 sendChunk([], S0) when S0#send.last==true, function
218 sendChunk([], State) when State#send.last==true, function
223 sendChunk([{head, {"to", _Opts}}|Rest], State) -> function
226 sendChunk([{head, {"cc", _Opts}}|Rest], State) -> function
229 sendChunk([{head, {"bcc", _Opts}}|Rest], State) -> function
232 sendChunk([{head, {"subject", _Opts}}|Rest], State) -> function
238 sendChunk([{head, {"message", _Opts}}|Rest], S) -> function
284 sendChunk([{head, {"attached", _Opts}}|Rest], State) -> function
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-server-1.1.1.2/src/Snap/Internal/Http/Server/
H A DSocket.hs201 sendChunk (Just s) = sendAll sock s function
202 sendChunk Nothing = return $! () function
H A DTLS.hs171 sendChunk (Just s) = SSL.write ssl s function
172 sendChunk Nothing = return $! () function
/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
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/peer/
H A Dsuperseeder.cpp105 void SuperSeeder::sendChunk(PeerInterface *peer) in sendChunk() function in bt::SuperSeeder
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dchunkwriting.go116 func (c *copier) sendChunk() error { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dchunkwriting.go116 func (c *copier) sendChunk() error { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dchunkwriting.go116 func (c *copier) sendChunk() error { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dchunkwriting.go116 func (c *copier) sendChunk() error { func
/dports/net/rclone/rclone-1.57.0/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dchunkwriting.go117 func (c *copier) sendChunk() error { func
/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
/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
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dchunkwriting.go116 func (c *copier) sendChunk() error { func
/dports/www/tusd/tusd-1.8.0/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dchunkwriting.go117 func (c *copier) sendChunk() error { func
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dchunkwriting.go117 func (c *copier) sendChunk() error { func
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dchunkwriting.go116 func (c *copier) sendChunk() error { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dchunkwriting.go128 func (c *copier) sendChunk() error { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/Azure/azure-storage-blob-go/azure-storage-blob-go-6df5d9af221d/azblob/
H A Dchunkwriting.go128 func (c *copier) sendChunk() error { func
/dports/comms/birda/birda-1.3/src/
H A Dobexclt.c122 static void sendChunk(Connection* con, OBEXClientPrivate* ocp) in sendChunk() function
H A Diasclt.c92 static void sendChunk(IASClientPrivate* iasp) in sendChunk() function
H A Dobexsrv.c171 static void sendChunk(Connection* con, OBEXConnection* oc) in sendChunk() function
/dports/www/pserv/pserv-3.4/sources/
H A Dhandlers.c32 int sendChunk(sock, buff, len) in sendChunk() function
/dports/net/bredbandskollen/bbk-7b810a6/src/http/
H A Dhttpserverconnection.cpp386 size_t HttpServerConnection::sendChunk(const std::string &content) { in sendChunk() function in HttpServerConnection
/dports/www/pear-HTTP_Download/HTTP_Download-1.1.4/HTTP/
H A DDownload.php877 function sendChunk($chunk, $cType = null, $bound = null) function in HTTP_Download
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/tail/
H A Dtail.go386 func (tail *Tail) sendChunk(line []byte) bool { func

12