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

/haiku-fatelf/src/libs/tiff/
H A Dtif_dirread.c1096 * nextdiroff variable has been specified, read it too. Function returns a
1101 toff_t *nextdiroff)
1111 if (nextdiroff)
1112 *nextdiroff = 0;
1144 if (nextdiroff)
1145 (void) ReadOK(tif, nextdiroff, sizeof(uint32));
1186 if (nextdiroff) {
1189 _TIFFmemcpy(nextdiroff, tif->tif_base + off,
1194 if (nextdiroff && tif->tif_flags & TIFF_SWAB)
1195 TIFFSwabLong(nextdiroff);
1100 TIFFFetchDirectory(TIFF* tif, toff_t diroff, TIFFDirEntry **pdir, toff_t *nextdiroff) argument
[all...]
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_dirread.c91 toff_t nextdiroff; local
103 nextdiroff = 0;
136 (void) ReadOK(tif, &nextdiroff, ((tsize_t) sizeof (uint32)));
161 _TIFFmemcpy(&nextdiroff, tif->tif_base+off, sizeof(uint32));
164 TIFFSwabLong(&nextdiroff);
165 tif->tif_nextdiroff = nextdiroff;

Completed in 77 milliseconds