Home
last modified time | relevance | path

Searched refs:CheckConnection (Results 1 – 25 of 124) sorted by relevance

12345

/dports/databases/fastdb/fastdb/CSharp/
H A DFastDbConnection.cs64 …public string DatabaseName { get { return dbName; } set { CheckConnection(false); …
68 …public string DatabasePath { get { return dbPath; } set { CheckConnection(false); …
72 …public int InitDbSize { get { return initDbSize; } set { CheckConnection(false); …
76 …public int InitIdxSize { get { return initIdxSize; } set { CheckConnection(false); …
80 …public int ExtensionQuantum { get { return extQuantum; } set { CheckConnection(false); …
84 …public int FileSizeLimit { get { return fileSizeLimit; } set { CheckConnection(false); …
104 …public int NodeID { get { return nodeID; } set { CheckConnection(false); …
108 …public string[] NodeNames { get { return nodeNames; } set { CheckConnection(false); …
122 set { CheckConnection(false); openAttributes = value; }
368 protected void CheckConnection(bool IsConnected) { in CheckConnection() method in FastDbNet.FastDbConnection
[all …]
/dports/databases/gigabase/gigabase/csharplocalcli/
H A DGbConnection.cs62 …public string DatabaseName { get { return dbName; } set { CheckConnection(false); …
66 …public int MaxConnectRetries { get { return maxConnectRetries; } set { CheckConnection(false); …
70 …public int ReconnectTimeout { get { return reconnectTimeout; } set { CheckConnection(false); …
74 …public bool EnableReplication { get { return enableReplication; } set { CheckConnection(false); …
78 …public uint TransCommitDelay { get { return transCommitDelay; } set { CheckConnection(false); …
82 …public int NodeID { get { return nodeID; } set { CheckConnection(false); …
86 …public string[] NodeNames { get { return nodeNames; } set { CheckConnection(false); …
100 set { CheckConnection(false); openAttributes = value; }
346 protected void CheckConnection(bool IsConnected) { in CheckConnection() method in GigaBaseNet.GbConnection
381 CheckConnection(false); in Open()
/dports/games/openttd/openttd-12.1/src/network/
H A Dnetwork_query.cpp33 bool QueryNetworkGameSocketHandler::CheckConnection() in CheckConnection() function in QueryNetworkGameSocketHandler
149 } else if (!(*it)->CheckConnection()) { in SendReceive()
H A Dnetwork_query.h29 bool CheckConnection();
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dnetstrm.c362 CheckConnection(netstrm_t *pThis) in CheckConnection() function
365 return pThis->Drvr.CheckConnection(pThis->pDrvrData); in CheckConnection()
462 pIf->CheckConnection = CheckConnection;
H A Dnetstrm.h57 rsRetVal (*CheckConnection)(netstrm_t *pThis); /* This is a trick mostly for plain tcp syslog */ variable
/dports/comms/limesuite/LimeSuite-20.10.0/src/API/
H A Dlms7_api.cpp43 inline lime::IConnection* CheckConnection(lms_device_t* device) in CheckConnection() function
177 auto conn = CheckConnection(device); in LMS_ReadCustomBoardParam()
190 auto conn = CheckConnection(device); in LMS_WriteCustomBoardParam()
203 auto conn = CheckConnection(device); in LMS_VCTCXOWrite()
218 auto conn = CheckConnection(device); in LMS_VCTCXORead()
263 auto conn = CheckConnection(dev); in LMS_GPIORead()
269 auto conn = CheckConnection(dev); in LMS_GPIOWrite()
275 auto conn = CheckConnection(dev); in LMS_GPIODirRead()
281 auto conn = CheckConnection(dev); in LMS_GPIODirWrite()
971 auto conn = CheckConnection(dev); in LMS_TransferLMS64C()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/
H A DSNIMarsConnection.cs120 public uint CheckConnection() in CheckConnection() method in System.Data.SqlClient.SNI.SNIMarsConnection
124 return _lowerHandle.CheckConnection(); in CheckConnection()
H A DSNIHandle.cs75 public abstract uint CheckConnection(); in CheckConnection() method in System.Data.SqlClient.SNI.SNIHandle
H A DSNIMarsHandle.cs473 public override uint CheckConnection() in CheckConnection() method in System.Data.SqlClient.SNI.SNIMarsHandle
475 return _connection.CheckConnection(); in CheckConnection()
/dports/editors/lazarus/lazarus/components/sqldb/
H A Dsqlstringspropertyeditordlg.pas71 function CheckConnection:boolean; in CheckConnection() function
134 function TSQLStringsPropertyEditorDlg.CheckConnection:boolean; in CheckConnection() function
195 if (CheckConnection) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sqldb/
H A Dsqlstringspropertyeditordlg.pas80 function CheckConnection:boolean; in CheckConnection() function
120 function TSQLStringsPropertyEditorDlg.CheckConnection:boolean; in TSQLStringsPropertyEditorDlg.CheckConnection() function
181 if (CheckConnection) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sqldb/
H A Dsqlstringspropertyeditordlg.pas80 function CheckConnection:boolean; in CheckConnection() function
120 function TSQLStringsPropertyEditorDlg.CheckConnection:boolean; in TSQLStringsPropertyEditorDlg.CheckConnection() function
181 if (CheckConnection) then
/dports/editors/lazarus-qt5/lazarus/components/sqldb/
H A Dsqlstringspropertyeditordlg.pas71 function CheckConnection:boolean; in CheckConnection() function
134 function TSQLStringsPropertyEditorDlg.CheckConnection:boolean; in CheckConnection() function
195 if (CheckConnection) then
/dports/net/ntpa/ntpa-0.8.2/Ntp.Data/
H A DSqlDatabaseChecker.cs46 public void CheckConnection() in CheckConnection() method in Ntp.Data.SqlDatabaseChecker
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DTdsParserStateObjectManaged.cs154 internal override uint CheckConnection() in CheckConnection() method in System.Data.SqlClient.SNI.TdsParserStateObjectManaged
157 … return handle == null ? TdsEnums.SNI_SUCCESS : SNIProxy.Singleton.CheckConnection(handle); in CheckConnection()
/dports/security/lego/lego-4.5.3/vendor/github.com/softlayer/softlayer-go/services/
H A Dmonitoring.go75 func (r Monitoring_Robot) CheckConnection() (resp bool, err error) { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/softlayer/softlayer-go/services/
H A Dmonitoring.go75 func (r Monitoring_Robot) CheckConnection() (resp bool, err error) { func
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/irr/
H A Drawhoisc.hh125 void CheckConnection();
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/Clients/WiiRemote/
H A DCWIID_WiiRemote.h104 bool CheckConnection();
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/google.golang.org/api/google-api-go-client-9bf6e6e569ff/examples/
H A Dpubsub.go64 func (bot *IRCBot) CheckConnection() { func
206 ircbot.CheckConnection()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/google.golang.org/api/examples/
H A Dpubsub.go78 func (bot *IRCBot) CheckConnection() { func
220 ircbot.CheckConnection()
/dports/databases/mariadb-connector-odbc/mariadb-connector-odbc-3.1.14-src/
H A Dma_connection.h56 my_bool CheckConnection(MADB_Dbc *Dbc);
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dcsteamnetworkingmessages.cpp257 pSess->CheckConnection( usecNow ); in SendMessageToUser()
631 void SteamNetworkingMessagesSession::CheckConnection( SteamNetworkingMicroseconds usecNow ) in CheckConnection() function in SteamNetworkingSocketsLib::SteamNetworkingMessagesSession
676 CheckConnection( usecNow ); in Think()
/dports/irc/anope/anope-2.0.9/modules/
H A Dm_mysql.cpp147 bool CheckConnection();
341 …if (this->CheckConnection() && !mysql_real_query(this->sql, real_query.c_str(), real_query.length(… in RunQuery()
481 bool MySQLService::CheckConnection() in CheckConnection() function in MySQLService

12345