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

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

Completed in 113 milliseconds