Home
last modified time | relevance | path

Searched refs:connectionReady (Results 1 – 25 of 122) sorted by relevance

12345

/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DmozStorageConnection.cpp827 if (!connectionReady()) { in databaseElementExists()
969 return connectionReady(); in isConnectionReadyOnThisThread()
1254 if (!connectionReady()) { in synchronousClose()
1309 if (!connectionReady()) { in SpinningSynchronousClose()
1326 if (!connectionReady()) { in AsyncClose()
1431 if (!connectionReady()) { in AsyncClone()
1614 if (!connectionReady()) { in Clone()
1646 if (!connectionReady()) { in Interrupt()
1673 if (!connectionReady()) { in GetDatabaseFile()
1688 if (!connectionReady()) { in GetLastInsertRowID()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DmozStorageConnection.cpp937 if (!connectionReady()) { in databaseElementExists()
1084 return connectionReady(); in isConnectionReadyOnThisThread()
1364 if (!connectionReady()) { in synchronousClose()
1419 if (!connectionReady()) { in SpinningSynchronousClose()
1436 if (!connectionReady()) { in AsyncClose()
1541 if (!connectionReady()) { in AsyncClone()
1710 if (!connectionReady()) { in Clone()
1741 if (!connectionReady()) { in Interrupt()
1768 if (!connectionReady()) { in GetDatabaseFile()
1783 if (!connectionReady()) { in GetLastInsertRowID()
[all …]
/dports/www/firefox/firefox-99.0/storage/
H A DmozStorageConnection.cpp939 if (!connectionReady()) { in databaseElementExists()
1086 return connectionReady(); in isConnectionReadyOnThisThread()
1366 if (!connectionReady()) { in synchronousClose()
1421 if (!connectionReady()) { in SpinningSynchronousClose()
1440 if (!connectionReady()) { in AsyncClose()
1545 if (!connectionReady()) { in AsyncClone()
1714 if (!connectionReady()) { in Clone()
1750 if (!connectionReady()) { in Interrupt()
1788 if (!connectionReady()) { in GetDatabaseFile()
1803 if (!connectionReady()) { in GetLastInsertRowID()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DmozStorageConnection.cpp937 if (!connectionReady()) { in databaseElementExists()
1084 return connectionReady(); in isConnectionReadyOnThisThread()
1364 if (!connectionReady()) { in synchronousClose()
1419 if (!connectionReady()) { in SpinningSynchronousClose()
1436 if (!connectionReady()) { in AsyncClose()
1541 if (!connectionReady()) { in AsyncClone()
1710 if (!connectionReady()) { in Clone()
1741 if (!connectionReady()) { in Interrupt()
1768 if (!connectionReady()) { in GetDatabaseFile()
1783 if (!connectionReady()) { in GetLastInsertRowID()
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/test/
H A DHTTPSessionAcceptorTest.cpp48 void connectionReady(AsyncSocket::UniquePtr sock, in connectionReady() function in HTTPTargetSessionAcceptor
53 HTTPSessionAcceptor::connectionReady(std::move(sock), in connectionReady()
124 acceptor_->connectionReady( in TEST_P()
148 acceptor_->connectionReady( in TEST_P()
166 acceptor_->connectionReady( in TEST_F()
179 acceptor_->connectionReady( in TEST_F()
/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/src/irisnet/noncore/legacy/
H A Dservsock.cpp65 connect(d->serv, &ServSockSignal::connectionReady, this, &ServSock::sss_connectionReady); in listen()
94 connectionReady(s); in sss_connectionReady()
109 connectionReady(socketDescriptor); in incomingConnection()
H A Dservsock.h44 void connectionReady(int);
61 void connectionReady(int);
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/irisnet/noncore/legacy/
H A Dservsock.cpp64 connect(d->serv, SIGNAL(connectionReady(qintptr)), SLOT(sss_connectionReady(qintptr))); in listen()
93 connectionReady(s); in sss_connectionReady()
113 connectionReady(socketDescriptor); in incomingConnection()
H A Dservsock.h47 void connectionReady(qintptr);
64 void connectionReady(qintptr);
/dports/net-im/psi/psi-1.5/iris/src/irisnet/noncore/legacy/
H A Dservsock.cpp64 connect(d->serv, SIGNAL(connectionReady(qintptr)), SLOT(sss_connectionReady(qintptr))); in listen()
93 connectionReady(s); in sss_connectionReady()
113 connectionReady(socketDescriptor); in incomingConnection()
H A Dservsock.h47 void connectionReady(qintptr);
64 void connectionReady(qintptr);
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/
H A Dendpoints.py375 self.connectionReady = Deferred(
382 self.connectionReady = None
384 self.connectionReady.addBoth(readyFired)
427 command = _ConnectionReady(self.connectionReady)
475 if self._state == b'RUNNING' or self.connectionReady is None:
482 self.connectionReady.errback(reason)
768 ready = protocol.connectionReady
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/
H A Dendpoints.py418 self.connectionReady = Deferred(lambda d: self.transport.abortConnection())
425 self.connectionReady = None
428 self.connectionReady.addBoth(readyFired)
469 command = _ConnectionReady(self.connectionReady)
495 if self._state == b"RUNNING" or self.connectionReady is None:
503 self.connectionReady.errback(reason)
812 ready = protocol.connectionReady
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/connection/
H A Dremote_commands.c774 bool *connectionReady = palloc(totalConnectionCount * sizeof(bool)); in WaitForAllConnections() local
782 connectionReady[connectionIndex] = false; in WaitForAllConnections()
916 connectionReady[connectionIndex] = true; in WaitForAllConnections()
935 if (connectionReady[connectionIndex]) in WaitForAllConnections()
954 connectionReady[connectionIndex] = false; in WaitForAllConnections()
967 pfree(connectionReady); in WaitForAllConnections()
980 pfree(connectionReady); in WaitForAllConnections()
/dports/devel/gh/cli-2.4.0/internal/codespaces/
H A Dcodespaces.go13 func connectionReady(codespace *api.Codespace) bool { func
46 for retries := 0; !connectionReady(codespace); retries++ {
/dports/net/wangle/wangle-2021.12.27.00/wangle/acceptor/
H A DAcceptorHandshakeManager.h72 virtual void connectionReady(
248 void connectionReady(
H A DEvbHandshakeHelper.cpp86 void EvbHandshakeHelper::connectionReady( in connectionReady() function in wangle::EvbHandshakeHelper
128 callback_->connectionReady( in connectionReady()
H A DUnencryptedAcceptorHandshakeHelper.h37 callback->connectionReady( in start()
H A DFizzAcceptorHandshakeHelper.cpp109 callback_->connectionReady( in fizzHandshakeSuccess()
186 callback_->connectionReady( in handshakeSuc()
H A DEvbHandshakeHelper.h52 virtual void connectionReady(
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/security/
H A DFizzPeeker.cpp121 callback_->connectionReady( in fizzHandshakeSuccess()
144 callback_->connectionReady( in stopTLSSuccess()
/dports/net/bredbandskollen/bbk-7b810a6/src/framework/
H A Dunixdomainbridge.h24 PollState connectionReady(SocketConnection * /* conn */) override;
H A Dunixdomainbridge.cpp34 PollState UnixDomainBridge::connectionReady(SocketConnection * /* conn */) { in connectionReady() function in UnixDomainBridge
H A Dshortmessageconnection.cpp21 return owner()->connectionReady(this); in connected()
/dports/net/wangle/wangle-2021.12.27.00/wangle/acceptor/test/
H A DEvbHandshakeHelperTest.cpp99 cb->connectionReady( in TEST_F()
242 evbHelper_->connectionReady(std::move(sockPtr_), "test", {}, {}); in TEST_F()

12345