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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dirread.c99 toff_t nextdiroff; local
134 nextdiroff = 0;
163 (void) ReadOK(tif, &nextdiroff, sizeof (uint32));
192 _TIFFmemcpy(&nextdiroff, tif->tif_base+off, sizeof (uint32));
195 TIFFSwabLong(&nextdiroff);
196 tif->tif_nextdiroff = nextdiroff;

Completed in 108 milliseconds