Home
last modified time | relevance | path

Searched refs:got_bytes (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/
Dgiochannel.c2019 gsize got_bytes; in g_io_channel_read_chars() local
2076 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()
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.89748 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.811919 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to