Searched refs:PIPE_MAX_SIZE (Results 1 – 11 of 11) sorted by relevance
150 data = b"x" * support.PIPE_MAX_SIZE157 'data = b"x" * %s' % support.PIPE_MAX_SIZE,
228 large_data = b'x' * support.PIPE_MAX_SIZE
858 support.PIPE_MAX_SIZE],865 string_to_write = b"a" * support.PIPE_MAX_SIZE3639 bufsize=support.PIPE_MAX_SIZE*2)3644 proc.stdin.write(b'x' * support.PIPE_MAX_SIZE)
4295 large_data = item * (support.PIPE_MAX_SIZE // len(item) + 1)4417 N = support.PIPE_MAX_SIZE
874 os.write(w, b'x' * support.PIPE_MAX_SIZE)
4942 CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.SOCK_MAX_SIZE)
597 PIPE_MAX_SIZE = 4 * 1024 * 1024 + 1 variable
3182 wio.write(item * (support.PIPE_MAX_SIZE // len(item) + 1))3285 N = support.PIPE_MAX_SIZE
2685 CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.SOCK_MAX_SIZE)
669 PIPE_MAX_SIZE = 4 * 1024 * 1024 + 1 variable
361 .. data:: PIPE_MAX_SIZE