Searched refs:TIFFFetchNormalTag (Results 1 – 2 of 2) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_dirread.c | 163 static int TIFFFetchNormalTag(TIFF*, TIFFDirEntry*, int recover); 3477 if (!TIFFFetchNormalTag(tif,dp,0)) in TIFFReadDirectory() 3565 if (!TIFFFetchNormalTag(tif,dp,0)) in TIFFReadDirectory() 3821 (void) TIFFFetchNormalTag(tif, dp, TRUE); in TIFFReadDirectory() 4258 (void) TIFFFetchNormalTag(tif, dp, TRUE); in TIFFReadCustomDirectory() 4713 TIFFFetchNormalTag(TIFF* tif, TIFFDirEntry* dp, int recover) in TIFFFetchNormalTag() function
|
| /libtiff-4.0.7/ |
| H A D | ChangeLog | 26 * libtiff/tif_dirread.c: in TIFFFetchNormalTag(), do not dereference 68 * libtiff/tif_dirread.c: in TIFFFetchNormalTag(), make sure that 1186 * libtiff/tif_dirread.c: in TIFFFetchNormalTag(), make Coverity happier 2136 to add missing TIFF_SETGET_FLOAT case to TIFFFetchNormalTag. 2980 TIFFFetchNormalTag(). Not sure if this is needed, but it seems 4005 function, use TIFFFetchNormalTag() instead as per bug 4009 Remove TIFFFetchExtraSamples() function, use TIFFFetchNormalTag() 5211 tag type in TIFFFetchNormalTag() as per bug
|