Home
last modified time | relevance | path

Searched refs:SOCK_MAX_SIZE (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/
Dtest_socketserver.py422 big_chunk = b'\0' * test.support.SOCK_MAX_SIZE
467 self.assertEqual(server.sent2, test.support.SOCK_MAX_SIZE)
468 self.assertEqual(received2, test.support.SOCK_MAX_SIZE - 100)
D_test_eintr.py237 data = b"xyz" * (support.SOCK_MAX_SIZE // 3)
246 'data = b"xyz" * %s' % (support.SOCK_MAX_SIZE // 3),
Dtest_wsgiref.py263 return [b'\0' * support.SOCK_MAX_SIZE]
302 self.assertEqual(received, support.SOCK_MAX_SIZE - 100)
Dtest_socket.py1606 c.sendall(b"x" * support.SOCK_MAX_SIZE)
1611 b"x" * support.SOCK_MAX_SIZE)
5018 BIG = b"x" * support.SOCK_MAX_SIZE
D_test_multiprocessing.py5077 CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.SOCK_MAX_SIZE)
/third_party/python/Lib/test/support/
D__init__.py395 SOCK_MAX_SIZE = 16 * 1024 * 1024 + 1 variable
/third_party/python/Doc/library/
Dtest.rst322 .. data:: SOCK_MAX_SIZE