Home
last modified time | relevance | path

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

/dports/audio/moc/moc-2.5.2/
H A Dio.c352 int read_buf_fill = 0; in io_read_thread() local
362 read_buf_fill = io_internal_read (s, 0, read_buf, sizeof(read_buf)); in io_read_thread()
364 debug ("Read %d bytes", read_buf_fill); in io_read_thread()
373 if (read_buf_fill < 0) { in io_read_thread()
382 if (read_buf_fill == 0) { in io_read_thread()
394 while (read_buf_pos < read_buf_fill && !s->after_seek) { in io_read_thread()
401 read_buf_fill - read_buf_pos); in io_read_thread()