Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:bytes_read

105   unsigned int bytes_read;              /* data bytes read so far in marker */
760 unsigned int bytes_read, data_length;
789 marker->bytes_read = 0;
790 bytes_read = 0;
794 bytes_read = data_length = 0;
799 bytes_read = marker->bytes_read;
801 data = cur_marker->data + bytes_read;
804 while (bytes_read < data_length) {
806 marker->bytes_read = bytes_read;
810 while (bytes_read < data_length && bytes_in_buffer > 0) {
813 bytes_read++;