Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffdump.c306 uint64 nextdiroff = 0; in ReadDirectory() local
356 nextdiroff = 0; in ReadDirectory()
364 nextdiroff = nextdiroff32; in ReadDirectory()
366 if (read(fd, (char*) &nextdiroff, sizeof (uint64)) != sizeof (uint64)) in ReadDirectory()
367 nextdiroff = 0; in ReadDirectory()
369 TIFFSwabLong8(&nextdiroff); in ReadDirectory()
375 (unsigned __int64)nextdiroff, (unsigned __int64)nextdiroff); in ReadDirectory()
379 (unsigned long long)nextdiroff, (unsigned long long)nextdiroff); in ReadDirectory()
543 return (nextdiroff); in ReadDirectory()
/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirwrite.c148 uint32 diroff, nextdiroff; in TIFFWritePrivateDataSubDirectory() local
250 nextdiroff = 0; in TIFFWritePrivateDataSubDirectory()
268 TIFFSwabLong(&nextdiroff); in TIFFWritePrivateDataSubDirectory()
280 if (!WriteOK(tif, &nextdiroff, sizeof (nextdiroff))) { in TIFFWritePrivateDataSubDirectory()
284 tif->tif_dataoff += sizeof(dircount) + dirsize + sizeof(nextdiroff); in TIFFWritePrivateDataSubDirectory()
H A Dtif_pdsdirread.c132 uint32 nextdiroff; in TIFFReadPrivateDataSubDirectory() local
162 (void) ReadOK(tif, &nextdiroff, sizeof (uint32)); in TIFFReadPrivateDataSubDirectory()
187 _TIFFmemcpy(&nextdiroff, tif->tif_base+off, sizeof (uint32)); in TIFFReadPrivateDataSubDirectory()
190 TIFFSwabLong(&nextdiroff); in TIFFReadPrivateDataSubDirectory()
/libtiff-4.0.7/libtiff/
H A Dtif_dirread.c3408 toff_t nextdiroff; in TIFFReadDirectory() local
4474 if (nextdiroff) in TIFFFetchDirectory()
4475 *nextdiroff = 0; in TIFFFetchDirectory()
4534 if (nextdiroff) in TIFFFetchDirectory()
4543 *nextdiroff=nextdiroff32; in TIFFFetchDirectory()
4546 *nextdiroff = 0; in TIFFFetchDirectory()
4548 TIFFSwabLong8(nextdiroff); in TIFFFetchDirectory()
4636 if (nextdiroff) { in TIFFFetchDirectory()
4649 *nextdiroff = nextdiroff32; in TIFFFetchDirectory()
4655 *nextdiroff = 0; in TIFFFetchDirectory()
[all …]