Home
last modified time | relevance | path

Searched +refs:close +refs:connection (Results 1 – 25 of 43341) sorted by relevance

12345678910>>...1734

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tlslite/tests/
H A Dtlstest.py103 connection.close()
111 connection.close()
131 connection.close()
160 connection.close()
181 connection.close()
215 connection.close()
225 connection.close()
242 connection.close()
262 connection.close()
353 connection.close()
[all …]
/dports/security/py-tlslite/tlslite-0.4.9/tests/
H A Dtlstest.py111 connection.close()
120 connection.close()
142 connection.close()
174 connection.close()
197 connection.close()
234 connection.close()
245 connection.close()
256 connection.close()
275 connection.close()
298 connection.close()
[all …]
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/test/engine/
H A Dtest_transaction.py68 connection.close()
82 connection.close()
100 connection.close()
295 connection.close()
319 connection.close()
340 connection.close()
361 connection.close()
379 connection.close()
401 connection.close()
421 connection.close()
[all …]
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/test/engine/
H A Dtest_transaction.py52 connection.close()
66 connection.close()
84 connection.close()
267 connection.close()
289 connection.close()
309 connection.close()
329 connection.close()
344 connection.close()
362 connection.close()
379 connection.close()
[all …]
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/test/engine/
H A Dtest_transaction.py53 connection.close()
67 connection.close()
85 connection.close()
269 connection.close()
291 connection.close()
311 connection.close()
331 connection.close()
346 connection.close()
364 connection.close()
381 connection.close()
[all …]
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/engine/
H A Dtest_transaction.py67 connection.close()
81 connection.close()
99 connection.close()
294 connection.close()
318 connection.close()
339 connection.close()
360 connection.close()
378 connection.close()
400 connection.close()
420 connection.close()
[all …]
H A Dtest_pool.py81 return connection
155 is_not(c.connection, c2.connection)
196 assert not r1.connection
198 is_(c1, r1.connection)
208 c1 = r1.connection
220 is_(c2, r1.connection)
424 connection = c1.connection
439 connection = c1.connection
451 connection = c1.connection
1283 is_(c2_rec.connection, c2.connection)
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/tests/
H A Db00073.vtc1 varnishtest "backend connection close"
5 expect req.http.connection ~ close
6 expect req.http.beresp-connection !~ close
12 expect req.http.connection !~ close
13 expect req.http.beresp-connection ~ close
19 expect req.http.connection !~ close
20 expect req.http.beresp-connection !~ close
21 txresp -hdr "connection: close"
26 expect req.http.connection ~ close
49 txreq -hdr "bereq-connection: close, x-varnish"
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.transaction/src/test/java/org/springframework/jca/cci/
H A DCciTemplateTests.java116 connection.close(); in testTemplateExecuteInputOutput()
150 connection.close(); in testTemplateExecuteWithCreatorAndRecordFactoryNotSupported()
193 connection.close(); in testTemplateExecuteInputTrueWithCreator2()
224 connection.close(); in testTemplateExecuteInputFalse()
265 connection.close(); in testTemplateExecuteInputExtractorTrueWithCreator()
301 connection.close(); in testTemplateExecuteInputExtractorFalse()
343 connection.close(); in testTemplateExecuteInputGeneratorTrueWithCreator()
381 connection.close(); in testTemplateExecuteInputGeneratorFalse()
429 connection.close(); in testTemplateExecuteInputGeneratorExtractorTrueWithCreator()
473 connection.close(); in testTemplateExecuteInputGeneratorExtractorFalse()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/datasource/init/
H A DDatabasePopulatorTests.java87 connection.close(); in testBuildWithCommentsAndFailedDrop()
102 connection.close(); in testBuildWithNormalEscapedLiteral()
117 connection.close(); in testBuildWithMySQLEscapedLiteral()
132 connection.close(); in testBuildWithMultipleStatements()
149 connection.close(); in testBuildWithMultipleStatementsLongSeparator()
166 connection.close(); in testBuildWithMultipleStatementsWhitespaceSeparator()
182 connection.close(); in testBuildWithMultipleStatementsNewlineSeparator()
199 connection.close(); in testBuildWithMultipleStatementsMultipleNewlineSeparator()
215 connection.close(); in scriptWithEolBetweenTokens()
230 connection.close(); in testBuildWithSelectStatements()
[all …]
/dports/security/zeronet/ZeroNet-0.7.1/src/Connection/
H A DConnectionServer.py119 connection.close("Close all connections")
123 sock.close()
210 connection.close("Connection event return error")
268 connection.close("[Cleanup] After wakeup, idle: %.3fs" % idle)
273 connection.close("[Cleanup] Ping timeout")
277 connection.close("[Cleanup] Connection buff stalled")
280 connection.close(
286 connection.close(
291 connection.close(
296 connection.close(
[all …]
/dports/lang/php74/php-7.4.27/ext/standard/tests/http/
H A Dbug65634.phpt18 if ($connection) {
37 echo "HTTP/1.0, connection: close:\n";
38 do_test('1.0', 'close');
46 echo "HTTP/1.1, connection: close:\n";
47 do_test('1.1', 'close');
56 Connection: close
58 HTTP/1.0, connection: close:
61 Connection: close
71 Connection: close
73 HTTP/1.1, connection: close:
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/http/
H A Dbug65634.phpt18 if ($connection) {
37 echo "HTTP/1.0, connection: close:\n";
38 do_test('1.0', 'close');
46 echo "HTTP/1.1, connection: close:\n";
47 do_test('1.1', 'close');
56 Connection: close
58 HTTP/1.0, connection: close:
61 Connection: close
71 Connection: close
73 HTTP/1.1, connection: close:
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/http/
H A Dbug65634.phpt18 if ($connection) {
37 echo "HTTP/1.0, connection: close:\n";
38 do_test('1.0', 'close');
46 echo "HTTP/1.1, connection: close:\n";
47 do_test('1.1', 'close');
56 Connection: close
58 HTTP/1.0, connection: close:
61 Connection: close
71 Connection: close
73 HTTP/1.1, connection: close:
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/http/
H A Dbug65634.phpt18 if ($connection) {
37 echo "HTTP/1.0, connection: close:\n";
38 do_test('1.0', 'close');
46 echo "HTTP/1.1, connection: close:\n";
47 do_test('1.1', 'close');
56 Connection: close
58 HTTP/1.0, connection: close:
61 Connection: close
71 Connection: close
73 HTTP/1.1, connection: close:
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/tests/http/
H A Dbug65634.phpt18 if ($connection) {
37 echo "HTTP/1.0, connection: close:\n";
38 do_test('1.0', 'close');
46 echo "HTTP/1.1, connection: close:\n";
47 do_test('1.1', 'close');
56 Connection: close
58 HTTP/1.0, connection: close:
61 Connection: close
71 Connection: close
73 HTTP/1.1, connection: close:
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/tests/http/
H A Dbug65634.phpt18 if ($connection) {
37 echo "HTTP/1.0, connection: close:\n";
38 do_test('1.0', 'close');
46 echo "HTTP/1.1, connection: close:\n";
47 do_test('1.1', 'close');
56 Connection: close
58 HTTP/1.0, connection: close:
61 Connection: close
71 Connection: close
73 HTTP/1.1, connection: close:
[all …]
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/http/
H A Dbug65634.phpt18 if ($connection) {
37 echo "HTTP/1.0, connection: close:\n";
38 do_test('1.0', 'close');
46 echo "HTTP/1.1, connection: close:\n";
47 do_test('1.1', 'close');
56 Connection: close
58 HTTP/1.0, connection: close:
61 Connection: close
71 Connection: close
73 HTTP/1.1, connection: close:
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/http/
H A Dbug65634.phpt18 if ($connection) {
37 echo "HTTP/1.0, connection: close:\n";
38 do_test('1.0', 'close');
46 echo "HTTP/1.1, connection: close:\n";
47 do_test('1.1', 'close');
56 Connection: close
58 HTTP/1.0, connection: close:
61 Connection: close
71 Connection: close
73 HTTP/1.1, connection: close:
[all …]
/dports/devel/py-pika/pika-1.1.0/tests/unit/
H A Dblocking_connection_tests.py80 custom_ioloop.close(),
155 self.assertEqual(connection._impl.ioloop.close.call_count, 1)
181 self.assertEqual(connection._impl.ioloop.close.call_count, 1)
209 self.assertEqual(connection._impl.ioloop.close.call_count, 1)
231 connection.close(200, 'text')
254 close=mock.Mock(
256 spec_set=pika.channel.Channel.close),
281 connection.close(200, 'text')
283 channel1_mock.close.assert_called_once_with(200, 'text')
284 channel2_mock.close.assert_called_once_with(200, 'text')
[all …]
/dports/www/glassfish/glassfish5/mq/examples/jms/
H A DAckEquivExample.java75 connection.close(); in run()
99 connection.close(); in run()
137 connection.close(); in run()
163 connection.close(); in run()
239 connection.close(); in run()
268 connection.close(); in run()
280 topicSubscriber.close(); in run()
288 connection.close(); in run()
330 connection.close(); in run()
353 connection.close(); in run()
[all …]
/dports/www/payara/payara5/mq/examples/jms/
H A DAckEquivExample.java105 connection.close(); in run()
129 connection.close(); in run()
167 connection.close(); in run()
193 connection.close(); in run()
269 connection.close(); in run()
298 connection.close(); in run()
310 topicSubscriber.close(); in run()
318 connection.close(); in run()
360 connection.close(); in run()
383 connection.close(); in run()
[all …]
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/test/regression/tests/005.jdbc/
H A DCreateTempTableTest.java14 connection.setAutoCommit(false); in do_test()
16 pstmt = connection.prepareStatement("CREATE TEMP TABLE t1(i INTEGER)"); in do_test()
18 pstmt.close(); in do_test()
23 pstmt.close(); in do_test()
28 pstmt.close(); in do_test()
30 pstmt = connection.prepareStatement("/*NO LOAD BALANCE*/ SELECT sum(i) FROM t1"); in do_test()
34 rs.close(); in do_test()
35 pstmt.close(); in do_test()
37 connection.commit(); in do_test()
40 connection.close(); in do_test()
[all …]
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/test/regression/tests/005.jdbc/
H A DCreateTempTableTest.java14 connection.setAutoCommit(false); in do_test()
16 pstmt = connection.prepareStatement("CREATE TEMP TABLE t1(i INTEGER)"); in do_test()
18 pstmt.close(); in do_test()
23 pstmt.close(); in do_test()
28 pstmt.close(); in do_test()
30 pstmt = connection.prepareStatement("/*NO LOAD BALANCE*/ SELECT sum(i) FROM t1"); in do_test()
34 rs.close(); in do_test()
35 pstmt.close(); in do_test()
37 connection.commit(); in do_test()
40 connection.close(); in do_test()
[all …]
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/test/regression/tests/005.jdbc/
H A DCreateTempTableTest.java14 connection.setAutoCommit(false); in do_test()
16 pstmt = connection.prepareStatement("CREATE TEMP TABLE t1(i INTEGER)"); in do_test()
18 pstmt.close(); in do_test()
23 pstmt.close(); in do_test()
28 pstmt.close(); in do_test()
30 pstmt = connection.prepareStatement("/*NO LOAD BALANCE*/ SELECT sum(i) FROM t1"); in do_test()
34 rs.close(); in do_test()
35 pstmt.close(); in do_test()
37 connection.commit(); in do_test()
40 connection.close(); in do_test()
[all …]

12345678910>>...1734