Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirread.c164 static uint16 TIFFFetchDirectory(TIFF* tif, uint64 diroff, TIFFDirEntry** pdir, uint64* nextdiroff);
3423 toff_t nextdiroff; in TIFFReadDirectory() local
3431 nextdiroff = tif->tif_nextdiroff; in TIFFReadDirectory()
3432 dircount=TIFFFetchDirectory(tif,nextdiroff,&dir,&tif->tif_nextdiroff); in TIFFReadDirectory()
3436 "Failed to read directory at offset " TIFF_UINT64_FORMAT,nextdiroff); in TIFFReadDirectory()
4497 uint64 *nextdiroff) in TIFFFetchDirectory() argument
4512 if (nextdiroff) in TIFFFetchDirectory()
4513 *nextdiroff = 0; in TIFFFetchDirectory()
4572 if (nextdiroff) in TIFFFetchDirectory()
4581 *nextdiroff=nextdiroff32; in TIFFFetchDirectory()
[all …]