Searched refs:nextdiroff (Results 1 – 1 of 1) sorted by relevance
164 static uint16 TIFFFetchDirectory(TIFF* tif, uint64 diroff, TIFFDirEntry** pdir, uint64* nextdiroff);3423 toff_t nextdiroff; in TIFFReadDirectory() local3431 nextdiroff = tif->tif_nextdiroff; in TIFFReadDirectory()3432 dircount=TIFFFetchDirectory(tif,nextdiroff,&dir,&tif->tif_nextdiroff); in TIFFReadDirectory()3436 "Failed to read directory at offset " TIFF_UINT64_FORMAT,nextdiroff); in TIFFReadDirectory()4497 uint64 *nextdiroff) in TIFFFetchDirectory() argument4512 if (nextdiroff) in TIFFFetchDirectory()4513 *nextdiroff = 0; in TIFFFetchDirectory()4572 if (nextdiroff) in TIFFFetchDirectory()4581 *nextdiroff=nextdiroff32; in TIFFFetchDirectory()[all …]