Searched refs:nextdir (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_dir.c | 1433 uint64 poff=*nextdir; in TIFFAdvanceDirectory() 1462 *nextdir=nextdir32; in TIFFAdvanceDirectory() 1496 TIFFSwabLong8(nextdir); in TIFFAdvanceDirectory() 1527 *nextdir=nextdir32; in TIFFAdvanceDirectory() 1560 TIFFSwabLong8(nextdir); in TIFFAdvanceDirectory() 1573 uint64 nextdir; in TIFFNumberOfDirectories() local 1580 while (nextdir != 0 && TIFFAdvanceDirectory(tif, &nextdir, NULL)) in TIFFNumberOfDirectories() 1603 uint64 nextdir; in TIFFSetDirectory() local 1672 uint64 nextdir; in TIFFUnlinkDirectory() local 1697 if (nextdir == 0) { in TIFFUnlinkDirectory() [all …]
|
A D | tif_dirwrite.c | 248 uint32 nextdir; in TIFFRewriteDirectory() local 254 if (!SeekOK(tif, nextdir) || in TIFFRewriteDirectory() 285 nextdir=nextnextdir; in TIFFRewriteDirectory() 306 uint64 nextdir; in TIFFRewriteDirectory() local 313 if (!SeekOK(tif, nextdir) || in TIFFRewriteDirectory() 351 nextdir=nextnextdir; in TIFFRewriteDirectory() 2545 uint32 nextdir; in TIFFLinkDirectory() local 2570 if (!SeekOK(tif, nextdir) || in TIFFLinkDirectory() 2598 nextdir=nextnextdir; in TIFFLinkDirectory() 2604 uint64 nextdir; in TIFFLinkDirectory() local [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_pdsdirwrite.c | 894 uint32 nextdir; in TIFFLinkDirectory() local 938 nextdir = tif->tif_header.tiff_diroff; in TIFFLinkDirectory() 942 if (!SeekOK(tif, nextdir) || in TIFFLinkDirectory() 951 if (!ReadOK(tif, &nextdir, sizeof (nextdir))) { in TIFFLinkDirectory() 956 TIFFSwabLong(&nextdir); in TIFFLinkDirectory() 957 } while (nextdir != 0); in TIFFLinkDirectory() 958 (void) TIFFSeekFile(tif, -(toff_t) sizeof (nextdir), SEEK_CUR); in TIFFLinkDirectory()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 2117 * libtiff/tif_dir.c (TIFFAdvanceDirectory): If nextdir is found to
|
Completed in 20 milliseconds