Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:bytes_read

105   unsigned int bytes_read;		/* data bytes read so far in marker */
875 unsigned int bytes_read, data_length;
904 marker->bytes_read = 0;
905 bytes_read = 0;
909 bytes_read = data_length = 0;
914 bytes_read = marker->bytes_read;
916 data = cur_marker->data + bytes_read;
919 while (bytes_read < data_length) {
921 marker->bytes_read = bytes_read;
925 while (bytes_read < data_length && bytes_in_buffer > 0) {
928 bytes_read++;