Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dir.c1312 tif->tif_nextdiroff = 0; in TIFFCreateDirectory()
1333 tif->tif_nextdiroff = 0; in TIFFCreateCustomDirectory()
1608 tif->tif_nextdiroff = nextdir; in TIFFSetDirectory()
1632 tif->tif_nextdiroff = diroff; in TIFFSetSubDirectory()
1657 return (tif->tif_nextdiroff == 0); in TIFFLastDirectory()
1751 tif->tif_nextdiroff = 0; /* next write must be at end */ in TIFFUnlinkDirectory()
Dtif_open.c435 tif->tif_nextdiroff = tif->tif_header.classic.tiff_diroff;
437 tif->tif_nextdiroff = tif->tif_header.big.tiff_diroff;
Dtiffiop.h131 uint64 tif_nextdiroff; /* file offset of following directory */ member
Dtif_dirread.c3426 tif->tif_diroff=tif->tif_nextdiroff; in TIFFReadDirectory()
3427 if (!TIFFCheckDirOffset(tif,tif->tif_nextdiroff)) in TIFFReadDirectory()
3431 nextdiroff = tif->tif_nextdiroff; in TIFFReadDirectory()
3432 dircount=TIFFFetchDirectory(tif,nextdiroff,&dir,&tif->tif_nextdiroff); in TIFFReadDirectory()
Dtif_dirwrite.c872 nTmp = (uint32)tif->tif_nextdiroff; in TIFFWriteDirectorySec()
905 _TIFFmemcpy(n,&tif->tif_nextdiroff,8); in TIFFWriteDirectorySec()