Home
last modified time | relevance | path

Searched refs:_checkConnection (Results 1 – 12 of 12) sorted by relevance

/dports/audio/mpdcon/MPDCon-1.5.1/
H A DMPDController.m34 - (BOOL) _checkConnection; method in Private
130 if (![self _checkConnection]) {
154 if (! [self _checkConnection])
174 if (! [self _checkConnection])
194 if (! [self _checkConnection])
214 if (! [self _checkConnection])
231 if (! [self _checkConnection])
248 if (! [self _checkConnection])
266 if (! [self _checkConnection])
278 if (! [self _checkConnection])
[all …]
/dports/mail/pear-Mail_Queue/Mail_Queue-1.2.7/Mail/Queue/Container/
H A Dmdb2.php177 function _checkConnection() { function in Mail_Queue_Container_mdb2
223 $res = $this->_checkConnection();
295 $res = $this->_checkConnection();
340 $res = $this->_checkConnection();
372 $res = $this->_checkConnection();
406 $res = $this->_checkConnection();
449 $res = $this->_checkConnection();
476 $res = $this->_checkConnection();
H A Ddb.php381 $res = $this->_checkConnection();
406 function _checkConnection() function in Mail_Queue_Container_db
/dports/devel/php-ice37/ice-3.7.2/cpp/src/IceGrid/
H A DSessionServantManager.cpp26 _checkConnection(checkConnection), in SessionServantManager()
61 if(p == _servants.end() || (_checkConnection && p->second.connection != current.con)) in locate()
71 if(!plainServant && servant && _checkConnection && in locate()
H A DSessionServantManager.h75 const bool _checkConnection; variable
/dports/devel/ice37/ice-3.7.2/cpp/src/IceGrid/
H A DSessionServantManager.cpp26 _checkConnection(checkConnection), in SessionServantManager()
61 if(p == _servants.end() || (_checkConnection && p->second.connection != current.con)) in locate()
71 if(!plainServant && servant && _checkConnection && in locate()
H A DSessionServantManager.h75 const bool _checkConnection; variable
/dports/devel/py-ice37/ice-3.7.2/cpp/src/IceGrid/
H A DSessionServantManager.cpp26 _checkConnection(checkConnection), in SessionServantManager()
61 if(p == _servants.end() || (_checkConnection && p->second.connection != current.con)) in locate()
71 if(!plainServant && servant && _checkConnection && in locate()
H A DSessionServantManager.h75 const bool _checkConnection; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/client/
H A Ddbclientinterface.h1051 _checkConnection(); in checkConnection()
1080 void _checkConnection();
H A Ddbclient.cpp1039 void DBClientConnection::_checkConnection() { in _checkConnection() function in mongo::DBClientConnection
/dports/sysutils/monit/monit-5.29.0/src/
H A Dvalidate.c146 static State_Type _checkConnection(Service_T s, Port_T p) { in _checkConnection() function
1609 if (_checkConnection(s, pp) == State_Failed) in check_process()
1620 if (_checkConnection(s, pp) == State_Failed) in check_process()
1997 if (_checkConnection(s, p) == State_Failed) in check_remote_host()