Home
last modified time | relevance | path

Searched refs:onWritable (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/poco/poco-1.10.1-all/Net/include/Poco/Net/
H A DSocketConnector.h115 …ocket, Poco::Observer<SocketConnector, WritableNotification>(*this, &SocketConnector::onWritable)); in registerConnector()
130 …ocket, Poco::Observer<SocketConnector, WritableNotification>(*this, &SocketConnector::onWritable)); in unregisterConnector()
150 void onWritable(WritableNotification* pNotification) in onWritable() function
/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DFIFOBufferStreamTest.cpp98 iostr.writable += delegate(this, &FIFOBufferStreamTest::onWritable); in testNotify()
161 iostr.writable -= delegate(this, &FIFOBufferStreamTest::onWritable); in testNotify()
172 void FIFOBufferStreamTest::onWritable(bool& b) in onWritable() function in FIFOBufferStreamTest
H A DFIFOBufferStreamTest.h38 void onWritable(bool& b);
H A DCoreTest.h47 void onWritable(bool& b);
H A DCoreTest.cpp332 f.writable += delegate(this, &CoreTest::onWritable); in testFIFOBufferEOFAndError()
438 f.writable += delegate(this, &CoreTest::onWritable); in testFIFOBufferChar()
1128 void CoreTest::onWritable(bool& b) in onWritable() function in CoreTest
/dports/mail/nextcloud-mail/mail/vendor/amphp/amp/lib/Loop/
H A DDriver.php330 public function onWritable($stream, callable $callback, $data = null): string function in Amp\\Loop\\Driver
686 $defer = $delay = $repeat = $onReadable = $onWritable = $onSignal = [
697 $array = &$onWritable;
737 "on_writable" => $onWritable,
H A DTracingDriver.php81 public function onWritable($stream, callable $callback, $data = null): string function in Amp\\Loop\\TracingDriver
83 $id = $this->driver->onWritable($stream, $callback, $data);
/dports/mail/nextcloud-mail/mail/vendor/amphp/amp/lib/
H A DLoop.php216 public static function onWritable($stream, callable $callback, $data = null): string function in Amp\\Loop
218 return self::$driver->onWritable($stream, $callback, $data);
/dports/www/uwebsockets/uWebSockets-20.8.0/src/
H A DHttpResponse.h78 httpResponseData->onWritable = nullptr; in markDone()
462 HttpResponse *onWritable(MoveOnlyFunction<bool(uintmax_t)> &&handler) { in onWritable() function
465 httpResponseData->onWritable = std::move(handler); in onWritable()
H A DHttpResponseData.h46 MoveOnlyFunction<bool(uintmax_t)> onWritable; member
H A DHttpContext.h303 if (httpResponseData->onWritable) { in init()
309 bool success = httpResponseData->onWritable(httpResponseData->offset); in init()
/dports/devel/poco/poco-1.10.1-all/Net/testsuite/src/
H A DSocketTest.h52 void onWritable(bool& b);
H A DSocketReactorTest.cpp89 _ow(*this, &ClientServiceHandler::onWritable), in ClientServiceHandler()
141 void onWritable(WritableNotification* pNf) in onWritable() function in __anon79dc36eb0111::ClientServiceHandler
145 …t, Observer<ClientServiceHandler, WritableNotification>(*this, &ClientServiceHandler::onWritable)); in onWritable()
H A DSocketTest.cpp122 f.writable += delegate(this, &SocketTest::onWritable); in testFIFOBuffer()
160 f.writable -= delegate(this, &SocketTest::onWritable); in testFIFOBuffer()
536 void SocketTest::onWritable(bool& b) in onWritable() function in SocketTest
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/
H A DTLSConnection.actor.cpp82 wait( r == ITLSSession::WANT_WRITE ? self->conn->onWritable() : self->conn->onReadable() ); in handshake()
102 Future<Void> TLSConnection::onWritable() { in onWritable() function in TLSConnection
107 write_wants == ITLSSession::WANT_WRITE ? conn->onWritable() : in onWritable()
116 read_wants == ITLSSession::WANT_WRITE ? conn->onWritable() : in onReadable()
H A DTLSConnection.h52 virtual Future<Void> onWritable();
H A DFlowTransport.actor.cpp417 wait( conn->onWritable() ); in connectionWriter()
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/react/datagram/src/
H A DBuffer.php38 public function onWritable() function in React\\Datagram\\Buffer
/dports/audio/ampache/ampache-php74-5.0.0/vendor/react/datagram/src/
H A DBuffer.php38 public function onWritable() function in React\\Datagram\\Buffer
/dports/www/uwebsockets/uWebSockets-20.8.0/examples/helpers/
H A DAsyncFileStreamer.h72 res->onWritable([res, asyncFileReader](int offset) { in streamFile()
/dports/mail/nextcloud-mail/mail/vendor/amphp/byte-stream/lib/
H A DResourceOutputStream.php60 …$this->watcher = Loop::onWritable($stream, static function ($watcher, $stream) use ($writes, &$chu…
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A Dnetwork.h297 virtual Future<Void> onWritable() = 0;
H A DNet2.actor.cpp310 virtual Future<Void> onWritable() { in onWritable() function in N2::Connection
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DHTTP.actor.cpp355 wait(conn->onWritable()); in doRequest()
/dports/www/uwebsockets/uWebSockets-20.8.0/misc/
H A DREADMORE.md86 …s.tryEnd to stream huge data part by part. Use in combination with res.onWritable and res.onAborte…
168 …value of ws.send before sending any more data. WebSockets do not have .onWritable, but instead mak…

12