Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c68 static tsize_t TIFFFetchString(TIFF*, TIFFDirEntry*, char*);
414 TIFFFetchString(TIFF* tif, TIFFDirEntry* dir, char* cp) in TIFFFetchString() function
790 if (ok = (cp && TIFFFetchString(tif, dp, cp))) in TIFFFetchNormalSubTag()
863 if (ok = (TIFFFetchString(tif, dp, c) != 0)) { in TIFFFetchNormalSubTag()