Home | History | Annotate | Download | only in libtiff

Lines Matching refs:bytes_read

74             tmsize_t bytes_read;
109 bytes_read = TIFFReadFile(tif,
111 already_read += bytes_read;
112 if (bytes_read != to_read) {