HomeSort by relevance Sort by last modified time
    Searched refs:out_buf_size (Results 1 - 3 of 3) sorted by null

  /external/openssh/
roaming_common.c 40 static size_t out_buf_size = 0; variable
83 out_buf_size = size;
118 if (count > out_buf_size) {
119 buf += count - out_buf_size;
120 count = out_buf_size;
122 if (count < out_buf_size - out_last) {
129 size_t chunk = out_buf_size - out_last;
145 if (out_buf_size > 0)
148 if (out_buf_size > 0 &&
169 } else if (out_buf_size > 0 &
    [all...]
  /external/qemu/block/
qcow.c 395 static int decompress_buffer(uint8_t *out_buf, int out_buf_size,
406 strm->avail_out = out_buf_size;
414 out_len != out_buf_size) {
qcow2-cluster.c 873 static int decompress_buffer(uint8_t *out_buf, int out_buf_size,
884 strm->avail_out = out_buf_size;
892 out_len != out_buf_size) {

Completed in 153 milliseconds