Searched refs:BUFFER_MAX_LEN (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dbuffer.c28 #define BUFFER_MAX_LEN 0xa00000 macro
130 if (newlen > BUFFER_MAX_LEN)
155 if (roundup(buffer->alloc + len, BUFFER_ALLOCSZ) <= BUFFER_MAX_LEN)

Completed in 113 milliseconds