Searched refs:wrote_bytes (Results 1 – 2 of 2) sorted by relevance
2205 gssize wrote_bytes = 0; in g_io_channel_write_chars() local2266 while (wrote_bytes < count) in g_io_channel_write_chars()2294 if (status == G_IO_STATUS_AGAIN && wrote_bytes > 0) in g_io_channel_write_chars()2297 *bytes_written = wrote_bytes; in g_io_channel_write_chars()2312 gssize write_this = MIN (space_in_buf, count_unsigned - wrote_bytes); in g_io_channel_write_chars()2316 wrote_bytes += write_this; in g_io_channel_write_chars()2327 g_assert (wrote_bytes == 0); in g_io_channel_write_chars()2340 from_buf_len = count_unsigned - wrote_bytes; in g_io_channel_write_chars()2475 wrote_bytes += from_buf_len - left_len - from_buf_old_len; in g_io_channel_write_chars()2477 *bytes_written = wrote_bytes; in g_io_channel_write_chars()[all …]
1632 int wrote_bytes; in copy_emulation_prev() local1668 wrote_bytes = dst - dst_start; in copy_emulation_prev()1671 return -wrote_bytes; in copy_emulation_prev()1673 return wrote_bytes; in copy_emulation_prev()1807 int wrote_bytes; in copy_replace_length_codes() local1817 wrote_bytes = write_sei(sei, in copy_replace_length_codes()1822 if (wrote_bytes < 0) in copy_replace_length_codes()1823 return wrote_bytes; in copy_replace_length_codes()1825 remaining_dst_size -= wrote_bytes; in copy_replace_length_codes()1826 dst_data += wrote_bytes; in copy_replace_length_codes()[all …]