Searched defs:nextdiroff (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtif_dirread.c162 static uint16 TIFFFetchDirectory(TIFF* tif, uint64 diroff, TIFFDirEntry** pdir, uint64* nextdiroff);
3427 toff_t nextdiroff; local
3433 nextdiroff = tif->tif_nextdiroff;
3434 dircount=TIFFFetchDirectory(tif,nextdiroff,&dir,&tif->tif_nextdiroff);
3438 "Failed to read directory at offset " TIFF_UINT64_FORMAT,nextdiroff);
4431 * nextdiroff variable has been specified, read it too. Function returns a
4436 uint64 *nextdiroff)
4451 if (nextdiroff)
4452 *nextdiroff = 0;
4511 if (nextdiroff)
4435 TIFFFetchDirectory(TIFF* tif, uint64 diroff, TIFFDirEntry** pdir, uint64 *nextdiroff) argument
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_dirread.c162 static uint16 TIFFFetchDirectory(TIFF* tif, uint64 diroff, TIFFDirEntry** pdir, uint64* nextdiroff);
3406 toff_t nextdiroff; local
3414 nextdiroff = tif->tif_nextdiroff;
3415 dircount=TIFFFetchDirectory(tif,nextdiroff,&dir,&tif->tif_nextdiroff);
3419 "Failed to read directory at offset " TIFF_UINT64_FORMAT,nextdiroff);
4436 * nextdiroff variable has been specified, read it too. Function returns a
4441 uint64 *nextdiroff)
4456 if (nextdiroff)
4457 *nextdiroff = 0;
4516 if (nextdiroff)
4440 TIFFFetchDirectory(TIFF* tif, uint64 diroff, TIFFDirEntry** pdir, uint64 *nextdiroff) argument
[all...]

Completed in 153 milliseconds