Home
last modified time | relevance | path

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

/external/openssh/
Dbuffer.c29 #define BUFFER_ALLOCSZ 0x008000 macro
129 newlen = roundup(buffer->alloc + len, BUFFER_ALLOCSZ); in buffer_append_space()
155 if (roundup(buffer->alloc + len, BUFFER_ALLOCSZ) <= BUFFER_MAX_LEN) in buffer_check_alloc()