Home
last modified time | relevance | path

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

/external/openssh/
Droaming_common.c38 static size_t out_buf_size = 0; variable
83 out_buf_size = size; in set_out_buffer_size()
118 if (count > out_buf_size) { in buf_append()
119 buf += count - out_buf_size; in buf_append()
120 count = out_buf_size; in buf_append()
122 if (count < out_buf_size - out_last) { in buf_append()
129 size_t chunk = out_buf_size - out_last; in buf_append()
145 if (out_buf_size > 0) in roaming_write()
148 if (out_buf_size > 0 && in roaming_write()
169 } else if (out_buf_size > 0 && in roaming_read()
[all …]