Lines Matching refs:count
1130 * tools/tiff2pdf.c: fix crash due to invalid tile count (should likely be checked by
1133 * tools/tiffdump.c: fix crash due to overflow of entry count.
1217 count for tag should be a warning rather than an error since
1237 * libtiff/tif_dir.c: generate error in case of directory count
1556 * libtiff/tif_print.c: Avoid confusion about count size when printing custom fields.
1564 * man/TIFFGetField.3tiff: Correct the 'count' field type in the
1628 * tools/tiffsplit.c (tiffcp): TIFFGetField count field should be
1940 or missing byte-count tag
1941 * tools/tiffsplit.c: abort when reading a TIFF without a byte-count
1986 * libtiff/tif_dirread.c: Really reset the tag count in CheckDirCount()
2007 * tools/{tiff2bw.c, thumbnail.c, pal2rgb.c}: Fix the count for
2189 when the tag count value is zero. Error handling is still a
2760 from the public interface. Type of its 'count' parameter changed
4488 checking for tag count in TIFFReadDirectory() function. As per bug
4666 field. The caller should supply a count when setting this field. As
4672 uint32 count. Use this type everywhere.
4701 * libtiff/tif_dirwrite.c: Fixed problem with passing count variable of
4964 SamplesPerPixel size when the tag count is greater than number of
6181 * libtiff/tif_dir.c: Fixed bug with count returned by TIFFGetField()
6908 * libtiff/tif_dirread.c: Don't use estimate strip byte count for
6909 one tile/strip images with an offset, and byte count of zero. These