Home
last modified time | relevance | path

Searched refs:CheckDirCount (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c66 static int CheckDirCount(TIFF*, TIFFDirEntry*, uint32);
268 if (!CheckDirCount(tif, dp, expected)) in TIFFReadPrivateDataSubDirectory()
352 CheckDirCount(TIFF* tif, TIFFDirEntry* dir, uint32 count) in CheckDirCount() function
801 } else if (CheckDirCount(tif, dp, 1)) { /* singleton value */ in TIFFFetchNormalSubTag()
890 if (CheckDirCount(tif, dir, (uint32) samples)) { in TIFFFetchPerSampleShorts()
926 if (CheckDirCount(tif, dir, (uint32) samples)) { in TIFFFetchPerSampleAnys()
963 if (!CheckDirCount(tif, dir, (uint32) nstrips)) in TIFFFetchStripThing()
/libtiff-4.0.7/libtiff/
H A Dtif_dirread.c161 static int CheckDirCount(TIFF*, TIFFDirEntry*, uint32);
4245 if (!CheckDirCount(tif,dp,expected)) in TIFFReadCustomDirectory()
4431 CheckDirCount(TIFF* tif, TIFFDirEntry* dir, uint32 count) in CheckDirCount() function
/libtiff-4.0.7/
H A DChangeLog1986 * libtiff/tif_dirread.c: Really reset the tag count in CheckDirCount()