Searched refs:current_read (Results 1 – 1 of 1) sorted by relevance
310 mp_uint_t current_read = DEFAULT_BUFFER_SIZE; in stream_readall() local313 mp_uint_t out_sz = stream_p->read(self_in, p, current_read, &error); in stream_readall()330 if (out_sz < current_read) { in stream_readall()331 current_read -= out_sz; in stream_readall()335 current_read = DEFAULT_BUFFER_SIZE; in stream_readall()
Completed in 3 milliseconds