Lines Matching defs:n_bytes
1002 int n_bytes, err = 0;
1005 n_bytes = read(chan_info->fd,
1007 if (n_bytes == buffer_len)
1009 if (n_bytes < 0) {
1019 buffer = (char *)buffer + n_bytes;
1020 buffer_len -= n_bytes;
1031 int n_bytes, ret;
1044 n_bytes = read(chan_info->fd, &json_data[idx], 1);
1045 if (n_bytes == 0)
1110 } while (n_bytes > 0);