Home
last modified time | relevance | path

Searched refs:getConnectTime (Results 1 – 15 of 15) sorted by relevance

/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DpageSendApp.h99 time_t getConnectTime() const;
H A DFaxServer.h103 time_t getConnectTime() const; in fxDECLARE_ObjArray()
H A DFaxServer.c++72 time_t FaxServer::getConnectTime() const in getConnectTime() function in FaxServer
H A DfaxSendApp.c++184 ai.conntime = getConnectTime(); in send()
H A DpageSendApp.c++155 ai.conntime = getConnectTime(); in send()
1240 time_t pageSendApp::getConnectTime() const { return (connTime); } in getConnectTime() function in pageSendApp
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/peer/
H A Dpeer.h158 const QTime &getConnectTime() const
H A Dpeermanager.cpp164 if (!peer->isInterested() && (peer->getConnectTime().secsTo(now) > 30)) in killUninterested()
/dports/games/openlierox/OpenLieroX/include/
H A DCServerConnection.h165 AbsTime getConnectTime() { return fConnectTime; } in getConnectTime() function
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/test/
H A DAsyncSocketTest2.cpp225 EXPECT_LE(0, socket->getConnectTime().count()); in TEST()
271 EXPECT_LE(0, socket->getConnectTime().count()); in TEST()
315 EXPECT_LE(0, socket->getConnectTime().count()); in TEST()
2634 EXPECT_LE(0, socket->getConnectTime().count()); in TEST()
2690 EXPECT_LE(0, socket->getConnectTime().count()); in TEST()
2744 EXPECT_LE(0, socket->getConnectTime().count()); in TEST()
2904 EXPECT_LE(0, socket->getConnectTime().count()); in TEST()
3098 EXPECT_LE(0, socket->getConnectTime().count()); in TEST()
3155 EXPECT_LE(0, socket->getConnectTime().count()); in TEST()
3188 EXPECT_LE(0, socket->getConnectTime().count()); in TEST()
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/
H A DAsyncSocket.h743 std::chrono::nanoseconds getConnectTime() const { in getConnectTime() function
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DSession.java918 public long getConnectTime() { in getConnectTime() method in Session
/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DMenu_Net_Host.cpp1898 …itoa( (int)((tLX->currentTime - w->getClient()->getConnectTime()).seconds() / 60.0f)) + " minutes"… in Menu_HostActionsPopupMenuInitialize()
/dports/games/openlierox/OpenLieroX/src/server/
H A DCServer.cpp1463 AbsTime weapTime = MAX(fWeaponSelectionTime, cl->getConnectTime()); in CheckWeaponSelectionTime()
/dports/games/openlierox/OpenLieroX/src/common/
H A DCommand.cpp2158 …caller->pushReturnArg("ConnectTime: " + ftoa((tLX->currentTime - w->getClient()->getConnectTime())… in exec()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/dbinfo/
H A DDatabaseInformationFull.java1124 row[ict] = new TimestampData(s.getConnectTime() / 1000); in SYSTEM_SESSIONS()