Home
last modified time | relevance | path

Searched refs:buffer_high (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/openssh/
HDserverloop.c109 static u_int buffer_high; /* "Soft" max buffer size. */ variable
323 if (buffer_len(&stdin_buffer) < buffer_high && in wait_until_can_do_something()
609 buffer_high = 4096; in server_loop()
611 buffer_high = 64 * 1024; in server_loop()
HDclientloop.c159 static u_int buffer_high; /* Soft max buffer size. */ variable
594 if (buffer_len(&stdout_buffer) < buffer_high && in client_wait_until_can_do_something()
595 buffer_len(&stderr_buffer) < buffer_high && in client_wait_until_can_do_something()
1499 buffer_high = 64 * 1024; in client_loop()