Lines Matching refs:nextdiroff
162 static uint16 TIFFFetchDirectory(TIFF* tif, uint64 diroff, TIFFDirEntry** pdir, uint64* nextdiroff);
3408 toff_t nextdiroff; in TIFFReadDirectory() local
3416 nextdiroff = tif->tif_nextdiroff; in TIFFReadDirectory()
3417 dircount=TIFFFetchDirectory(tif,nextdiroff,&dir,&tif->tif_nextdiroff); in TIFFReadDirectory()
3421 "Failed to read directory at offset " TIFF_UINT64_FORMAT,nextdiroff); in TIFFReadDirectory()
4459 uint64 *nextdiroff) in TIFFFetchDirectory() argument
4474 if (nextdiroff) in TIFFFetchDirectory()
4475 *nextdiroff = 0; in TIFFFetchDirectory()
4534 if (nextdiroff) in TIFFFetchDirectory()
4543 *nextdiroff=nextdiroff32; in TIFFFetchDirectory()
4545 if (!ReadOK(tif, nextdiroff, sizeof(uint64))) in TIFFFetchDirectory()
4546 *nextdiroff = 0; in TIFFFetchDirectory()
4548 TIFFSwabLong8(nextdiroff); in TIFFFetchDirectory()
4636 if (nextdiroff) { in TIFFFetchDirectory()
4649 *nextdiroff = nextdiroff32; in TIFFFetchDirectory()
4655 *nextdiroff = 0; in TIFFFetchDirectory()
4657 _TIFFmemcpy(nextdiroff, tif->tif_base + off, in TIFFFetchDirectory()
4660 TIFFSwabLong8(nextdiroff); in TIFFFetchDirectory()