Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgiochannel.c2035 gsize tmp_bytes; in g_io_channel_read_chars() local
2039 status = channel->funcs->io_read (channel, buf, count, &tmp_bytes, error); in g_io_channel_read_chars()
2042 *bytes_read = tmp_bytes; in g_io_channel_read_chars()
2230 gsize tmp_bytes; in g_io_channel_write_chars() local
2236 &tmp_bytes, error); in g_io_channel_write_chars()
2239 *bytes_written = tmp_bytes; in g_io_channel_write_chars()