Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dbuffer.c28 #define BUFFER_ALLOCSZ 0x008000 macro
128 newlen = roundup(buffer->alloc + len, BUFFER_ALLOCSZ); in buffer_append_space()
154 if (roundup(buffer->alloc + len, BUFFER_ALLOCSZ) <= BUFFER_MAX_LEN) in buffer_check_alloc()