Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcmp.c147 static int CheckShortTag(TIFF*, TIFF*, int, char*);
163 if (!CheckShortTag(tif1, tif2, TIFFTAG_BITSPERSAMPLE, "BitsPerSample")) in tiffcmp()
165 if (!CheckShortTag(tif1, tif2, TIFFTAG_SAMPLESPERPIXEL, "SamplesPerPixel")) in tiffcmp()
250 if (!CheckShortTag(tif1, tif2, tag, name) && stoponfirsttag) return (0)
555 CheckShortTag(TIFF* tif1, TIFF* tif2, int tag, char* name) in CheckShortTag() function