Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dginputstream.c248 gsize _bytes_read; in g_input_stream_read_all() local
254 _bytes_read = 0; in g_input_stream_read_all()
255 while (_bytes_read < count) in g_input_stream_read_all()
257 res = g_input_stream_read (stream, (char *)buffer + _bytes_read, count - _bytes_read, in g_input_stream_read_all()
262 *bytes_read = _bytes_read; in g_input_stream_read_all()
269 _bytes_read += res; in g_input_stream_read_all()
273 *bytes_read = _bytes_read; in g_input_stream_read_all()