Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dginputstream.c255 gsize _bytes_read; in g_input_stream_read_all() local
261 _bytes_read = 0; in g_input_stream_read_all()
262 while (_bytes_read < count) in g_input_stream_read_all()
264 res = g_input_stream_read (stream, (char *)buffer + _bytes_read, count - _bytes_read, in g_input_stream_read_all()
269 *bytes_read = _bytes_read; in g_input_stream_read_all()
276 _bytes_read += res; in g_input_stream_read_all()
280 *bytes_read = _bytes_read; in g_input_stream_read_all()