Home
last modified time | relevance | path

Searched refs:testDisconnect (Results 1 – 25 of 53) sorted by relevance

123

/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/mgmapi/test/
H A Dkeso.c38 static int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply);
66 {"testDisconnect", &testDisconnect}
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect() function
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/mgmapi/test/
H A Dkeso.c38 static int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply);
66 {"testDisconnect", &testDisconnect}
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect() function
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/mgmapi/test/
H A Dkeso.c38 static int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply);
66 {"testDisconnect", &testDisconnect}
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect() function
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/mgmapi/test/
H A Dkeso.c38 static int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply);
66 {"testDisconnect", &testDisconnect}
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect() function
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/mgmapi/test/
H A Dkeso.c38 static int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply);
66 {"testDisconnect", &testDisconnect}
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect() function
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/mgmapi/test/
H A Dkeso.c38 static int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply);
66 {"testDisconnect", &testDisconnect}
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect() function
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/mgmapi/test/
H A Dkeso.c38 static int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply);
66 {"testDisconnect", &testDisconnect}
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect() function
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/mgmapi/test/
H A Dkeso.c38 static int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply);
66 {"testDisconnect", &testDisconnect}
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect() function
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/mgmapi/test/
H A Dkeso.c38 static int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply);
66 {"testDisconnect", &testDisconnect}
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect() function
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/mgmapi/test/
H A Dkeso.c38 static int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply);
66 {"testDisconnect", &testDisconnect}
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect() function
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/mgmapi/test/
H A Dkeso.c29 static int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply);
57 {"testDisconnect", &testDisconnect}
149 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect() function
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/signals/
H A Dbug_189.py42 def testDisconnect(self): member in TestBugPYSIDE189
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/signals/
H A Dbug_189.py42 def testDisconnect(self): member in TestBugPYSIDE189
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/signals/
H A Dbug_189.py42 def testDisconnect(self): member in TestBugPYSIDE189
/dports/databases/kdb/kdb-3.2.0/autotests/
H A DMissingTableTest.cpp80 QVERIFY(m_utils.testDisconnect()); in cleanup()
H A DKDbTestUtils.h197 KDBTEST_METHOD_DECL(testDisconnect, (), ());
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/
H A DMiscOperationsTests.java50 public void testDisconnect() throws TeamException, CoreException { in testDisconnect() method in MiscOperationsTests
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/test/unit/Adapter/Driver/Pgsql/
H A DConnectionTest.php58 public function testDisconnect() function in ZendTest\\Db\\Adapter\\Driver\\Pgsql\\ConnectionTest
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/test/unit/Adapter/Driver/Pdo/
H A DConnectionIntegrationTest.php90 public function testDisconnect() function in ZendTest\\Db\\Adapter\\Driver\\Pdo\\ConnectionIntegrationTest
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/test/unit/Adapter/Driver/Oci8/
H A DConnectionIntegrationTest.php93 public function testDisconnect() function in ZendTest\\Db\\Adapter\\Driver\\Oci8\\ConnectionIntegrationTest
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/test/unit/Adapter/Driver/Sqlsrv/
H A DConnectionIntegrationTest.php93 public function testDisconnect() function in ZendTest\\Db\\Adapter\\Driver\\Sqlsrv\\ConnectionIntegrationTest
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dregion.cpp50 void testDisconnect();
289 void TestRegion::testDisconnect() in testDisconnect() function in TestRegion
/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/client/
H A Dtest_wayland_region.cpp34 void testDisconnect();
274 void TestRegion::testDisconnect() in testDisconnect() function in TestRegion
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/test/unit/Adapter/Driver/IbmDb2/
H A DConnectionIntegrationTest.php91 public function testDisconnect() function in ZendTest\\Db\\Adapter\\Driver\\IbmDb2\\ConnectionIntegrationTest
/dports/devel/grpc/grpc-1.42.0/src/objective-c/tests/UnitTests/
H A DChannelTests.m84 - (void)testDisconnect { method

123