Home
last modified time | relevance | path

Searched refs:SOCK_MAX_SIZE (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_socketserver.py424 big_chunk = b'\0' * test.support.SOCK_MAX_SIZE
469 self.assertEqual(server.sent2, test.support.SOCK_MAX_SIZE)
470 self.assertEqual(received2, test.support.SOCK_MAX_SIZE - 100)
H A D_test_eintr.py237 data = b"xyz" * (support.SOCK_MAX_SIZE // 3)
246 'data = b"xyz" * %s' % (support.SOCK_MAX_SIZE // 3),
H A Dtest_wsgiref.py247 return [b'\0' * support.SOCK_MAX_SIZE]
286 self.assertEqual(received, support.SOCK_MAX_SIZE - 100)
H A Dtest_socket.py1634 c.sendall(b"x" * support.SOCK_MAX_SIZE)
1639 b"x" * support.SOCK_MAX_SIZE)
5087 BIG = b"x" * support.SOCK_MAX_SIZE
H A D_test_multiprocessing.py5150 CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.SOCK_MAX_SIZE)
/third_party/python/Lib/test/support/
H A D__init__.py457 SOCK_MAX_SIZE = 16 * 1024 * 1024 + 1 variable

Completed in 23 milliseconds