Searched refs:got_bytes (Results 1 – 3 of 3) sorted by relevance
2019 gsize got_bytes; in g_io_channel_read_chars() local2076 got_bytes = MIN (count, BUF_LEN (USE_BUF (channel))); in g_io_channel_read_chars()2078 g_assert (got_bytes > 0); in g_io_channel_read_chars()2095 while (nextchar < channel->encoded_read_buf->str + got_bytes); in g_io_channel_read_chars()2097 if (nextchar > channel->encoded_read_buf->str + got_bytes) in g_io_channel_read_chars()2098 got_bytes = prevchar - channel->encoded_read_buf->str; in g_io_channel_read_chars()2100 g_assert (got_bytes > 0 || count < 6); in g_io_channel_read_chars()2103 memcpy (buf, USE_BUF (channel)->str, got_bytes); in g_io_channel_read_chars()2104 g_string_erase (USE_BUF (channel), 0, got_bytes); in g_io_channel_read_chars()2107 *bytes_read = got_bytes; in g_io_channel_read_chars()
9748 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
11919 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to