Home
last modified time | relevance | path

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

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