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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_open.c358 tif->tif_nextdiroff = tif->tif_header.tiff_diroff;
H A Dtiffiop.h94 toff_t tif_nextdiroff; /* file offset of following directory */ member in struct:tiff
H A Dtif_dir.c1110 tif->tif_nextdiroff = 0;
1262 tif->tif_nextdiroff = nextdir;
1286 tif->tif_nextdiroff = diroff;
1311 return (tif->tif_nextdiroff == 0);
1379 tif->tif_nextdiroff = 0; /* next write must be at end */
H A Dtif_dirread.c104 tif->tif_diroff = tif->tif_nextdiroff;
196 tif->tif_nextdiroff = nextdiroff;
H A Dtif_ojpeg.c2584 if (tif->tif_nextdiroff) maxoffset = tif->tif_nextdiroff; /* Not EOF */
H A Dtif_dirwrite.c360 diroff = (uint32) tif->tif_nextdiroff;

Completed in 133 milliseconds