Searched refs:TIFFAdvanceDirectory (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_dir.c | 1444 TIFFAdvanceDirectory(TIFF* tif, uint64* nextdir, uint64* off) in TIFFAdvanceDirectory() function 1596 while (nextdir != 0 && TIFFAdvanceDirectory(tif, &nextdir, NULL)) in TIFFNumberOfDirectories() 1627 if (!TIFFAdvanceDirectory(tif, &nextdir, NULL)) in TIFFSetDirectory() 1717 if (!TIFFAdvanceDirectory(tif, &nextdir, &off)) in TIFFUnlinkDirectory() 1724 if (!TIFFAdvanceDirectory(tif, &nextdir, NULL)) in TIFFUnlinkDirectory()
|