Searched refs:PIPE_MAX_SIZE (Results 1 – 8 of 8) sorted by relevance
151 data = b"x" * support.PIPE_MAX_SIZE158 'data = b"x" * %s' % support.PIPE_MAX_SIZE,
950 support.PIPE_MAX_SIZE],957 string_to_write = b"a" * support.PIPE_MAX_SIZE3712 bufsize=support.PIPE_MAX_SIZE*2)3717 proc.stdin.write(b'x' * support.PIPE_MAX_SIZE)
895 os.write(w, b'x' * support.PIPE_MAX_SIZE)
4413 large_data = item * (support.PIPE_MAX_SIZE // len(item) + 1)4535 N = support.PIPE_MAX_SIZE
5077 CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.SOCK_MAX_SIZE)
229 large_data = b'x' * support.PIPE_MAX_SIZE
388 PIPE_MAX_SIZE = 4 * 1024 * 1024 + 1 variable
316 .. data:: PIPE_MAX_SIZE