Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:bytes_read

103   unsigned int bytes_read;		/* data bytes read so far in marker */
744 unsigned int bytes_read, data_length;
773 marker->bytes_read = 0;
774 bytes_read = 0;
778 bytes_read = data_length = 0;
783 bytes_read = marker->bytes_read;
785 data = cur_marker->data + bytes_read;
788 while (bytes_read < data_length) {
790 marker->bytes_read = bytes_read;
794 while (bytes_read < data_length && bytes_in_buffer > 0) {
797 bytes_read++;