Searched refs:tif_nextdiroff (Results 1 – 7 of 7) sorted by relevance
115 tif->tif_diroff=tif->tif_nextdiroff;116 if (!TIFFCheckDirOffset(tif,tif->tif_nextdiroff))
3839 * tif_dirwrite.c: Write the tif_nextdiroff value instead of a fixed
435 tif->tif_nextdiroff = tif->tif_header.classic.tiff_diroff;437 tif->tif_nextdiroff = tif->tif_header.big.tiff_diroff;
1317 tif->tif_nextdiroff = 0; in TIFFCreateDirectory()1338 tif->tif_nextdiroff = 0; in TIFFCreateCustomDirectory()1613 tif->tif_nextdiroff = nextdir; in TIFFSetDirectory()1637 tif->tif_nextdiroff = diroff; in TIFFSetSubDirectory()1662 return (tif->tif_nextdiroff == 0); in TIFFLastDirectory()1756 tif->tif_nextdiroff = 0; /* next write must be at end */ in TIFFUnlinkDirectory()
132 uint64 tif_nextdiroff; /* file offset of following directory */ member
3557 tif->tif_diroff=tif->tif_nextdiroff; in TIFFReadDirectory()3558 if (!TIFFCheckDirOffset(tif,tif->tif_nextdiroff)) in TIFFReadDirectory()3562 nextdiroff = tif->tif_nextdiroff; in TIFFReadDirectory()3563 dircount=TIFFFetchDirectory(tif,nextdiroff,&dir,&tif->tif_nextdiroff); in TIFFReadDirectory()
880 nTmp = (uint32)tif->tif_nextdiroff; in TIFFWriteDirectorySec()913 _TIFFmemcpy(n,&tif->tif_nextdiroff,8); in TIFFWriteDirectorySec()
Completed in 27 milliseconds