Searched refs:nextdiroff (Results 1 – 4 of 4) sorted by relevance
| /libtiff-4.0.7/tools/ |
| H A D | tiffdump.c | 306 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 D | tif_pdsdirwrite.c | 148 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 D | tif_pdsdirread.c | 132 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 D | tif_dirread.c | 3408 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 …]
|