Lines Matching refs:out_buf_size
38 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()
204 available = out_buf_size; in resend_bytes()
212 atomicio(vwrite, fd, out_buf + out_buf_size - chunkend, in resend_bytes()