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

Lines Matching refs:bytes_read

106   unsigned int bytes_read;              /* data bytes read so far in marker */
761 unsigned int bytes_read, data_length;
790 marker->bytes_read = 0;
791 bytes_read = 0;
795 bytes_read = data_length = 0;
800 bytes_read = marker->bytes_read;
802 data = cur_marker->data + bytes_read;
805 while (bytes_read < data_length) {
807 marker->bytes_read = bytes_read;
811 while (bytes_read < data_length && bytes_in_buffer > 0) {
814 bytes_read++;