Lines Matching refs:nextnextdir
251 uint32 nextnextdir; in TIFFRewriteDirectory() local
263 if (!ReadOK(tif, &nextnextdir, 4)) { in TIFFRewriteDirectory()
269 TIFFSwabLong(&nextnextdir); in TIFFRewriteDirectory()
270 if (nextnextdir==tif->tif_diroff) in TIFFRewriteDirectory()
284 nextdir=nextnextdir; in TIFFRewriteDirectory()
310 uint64 nextnextdir; in TIFFRewriteDirectory() local
329 if (!ReadOK(tif, &nextnextdir, 8)) { in TIFFRewriteDirectory()
335 TIFFSwabLong8(&nextnextdir); in TIFFRewriteDirectory()
336 if (nextnextdir==tif->tif_diroff) in TIFFRewriteDirectory()
350 nextdir=nextnextdir; in TIFFRewriteDirectory()
2466 uint32 nextnextdir; in TIFFLinkDirectory() local
2478 if (!ReadOK(tif, &nextnextdir, 4)) { in TIFFLinkDirectory()
2484 TIFFSwabLong(&nextnextdir); in TIFFLinkDirectory()
2485 if (nextnextdir==0) in TIFFLinkDirectory()
2496 nextdir=nextnextdir; in TIFFLinkDirectory()
2526 uint64 nextnextdir; in TIFFLinkDirectory() local
2545 if (!ReadOK(tif, &nextnextdir, 8)) { in TIFFLinkDirectory()
2551 TIFFSwabLong8(&nextnextdir); in TIFFLinkDirectory()
2552 if (nextnextdir==0) in TIFFLinkDirectory()
2563 nextdir=nextnextdir; in TIFFLinkDirectory()