Searched refs:PIPE_MAX_SIZE (Results 1 – 11 of 11) sorted by relevance
151 data = b"x" * support.PIPE_MAX_SIZE158 'data = b"x" * %s' % support.PIPE_MAX_SIZE,
217 large_data = b'x' * support.PIPE_MAX_SIZE
820 support.PIPE_MAX_SIZE],827 string_to_write = b"a" * support.PIPE_MAX_SIZE3266 bufsize=support.PIPE_MAX_SIZE*2)3271 proc.stdin.write(b'x' * support.PIPE_MAX_SIZE)
871 os.write(w, b'x' * support.PIPE_MAX_SIZE)
4145 large_data = item * (support.PIPE_MAX_SIZE // len(item) + 1)4267 N = support.PIPE_MAX_SIZE
4338 CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.SOCK_MAX_SIZE)
597 PIPE_MAX_SIZE = 4 * 1024 * 1024 + 1 variable
776 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)
305 .. data:: PIPE_MAX_SIZE