Home
last modified time | relevance | path

Searched refs:TIFFFetchNormalTag (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_dirread.c163 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 DChangeLog26 * 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