Lines Matching refs:nextdir
247 uint32 nextdir; in TIFFRewriteDirectory() local
248 nextdir = tif->tif_header.classic.tiff_diroff; in TIFFRewriteDirectory()
253 if (!SeekOK(tif, nextdir) || in TIFFRewriteDirectory()
262 nextdir+2+dircount*12, SEEK_SET); in TIFFRewriteDirectory()
275 nextdir+2+dircount*12, SEEK_SET); in TIFFRewriteDirectory()
284 nextdir=nextnextdir; in TIFFRewriteDirectory()
305 uint64 nextdir; in TIFFRewriteDirectory() local
306 nextdir = tif->tif_header.big.tiff_diroff; in TIFFRewriteDirectory()
312 if (!SeekOK(tif, nextdir) || in TIFFRewriteDirectory()
328 nextdir+8+dircount*20, SEEK_SET); in TIFFRewriteDirectory()
341 nextdir+8+dircount*20, SEEK_SET); in TIFFRewriteDirectory()
350 nextdir=nextnextdir; in TIFFRewriteDirectory()
2443 uint32 nextdir; in TIFFLinkDirectory() local
2463 nextdir = tif->tif_header.classic.tiff_diroff; in TIFFLinkDirectory()
2468 if (!SeekOK(tif, nextdir) || in TIFFLinkDirectory()
2477 nextdir+2+dircount*12, SEEK_SET); in TIFFLinkDirectory()
2488 nextdir+2+dircount*12, SEEK_SET); in TIFFLinkDirectory()
2496 nextdir=nextnextdir; in TIFFLinkDirectory()
2502 uint64 nextdir; in TIFFLinkDirectory() local
2522 nextdir = tif->tif_header.big.tiff_diroff; in TIFFLinkDirectory()
2528 if (!SeekOK(tif, nextdir) || in TIFFLinkDirectory()
2544 nextdir+8+dircount*20, SEEK_SET); in TIFFLinkDirectory()
2555 nextdir+8+dircount*20, SEEK_SET); in TIFFLinkDirectory()
2563 nextdir=nextnextdir; in TIFFLinkDirectory()