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

/freebsd-10.0-release/crypto/openssh/
H A Dbuffer.c30 #define BUFFER_ALLOCSZ 0x008000 macro
130 newlen = roundup(buffer->alloc + len, BUFFER_ALLOCSZ);
156 if (roundup(buffer->alloc + len, BUFFER_ALLOCSZ) <= BUFFER_MAX_LEN)

Completed in 71 milliseconds