Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c741 static char mesg[] = "to fetch tag value"; in TIFFFetchNormalSubTag() local
752 dp->tdir_count * sizeof (uint16), mesg); in TIFFFetchNormalSubTag()
758 dp->tdir_count * sizeof (uint16), mesg); in TIFFFetchNormalSubTag()
764 dp->tdir_count * sizeof (uint32), mesg); in TIFFFetchNormalSubTag()
770 dp->tdir_count * sizeof (float), mesg); in TIFFFetchNormalSubTag()
775 dp->tdir_count * sizeof (float), mesg); in TIFFFetchNormalSubTag()
780 dp->tdir_count * sizeof (double), mesg); in TIFFFetchNormalSubTag()
789 cp = CheckMalloc(tif, dp->tdir_count+1, mesg); in TIFFFetchNormalSubTag()
1024 static char mesg[] = "for \"ReferenceBlackWhite\" array"; in TIFFFetchRefBlackWhite() local
1033 cp = CheckMalloc(tif, dir->tdir_count * sizeof (uint32), mesg); in TIFFFetchRefBlackWhite()
[all …]