Home | History | Annotate | Download | only in libtiff

Lines Matching defs:toff_t

57  * NB: toff_t is not off_t for many reasons; TIFFs max out at
68 typedef uint64 toff_t; /* file offset */
276 typedef toff_t (*TIFFSeekProc)(thandle_t, toff_t, int);
278 typedef toff_t (*TIFFSizeProc)(thandle_t);
279 typedef int (*TIFFMapFileProc)(thandle_t, void** base, toff_t* size);
280 typedef void (*TIFFUnmapFileProc)(thandle_t, void* base, toff_t size);
345 extern int TIFFReadCustomDirectory(TIFF* tif, toff_t diroff, const TIFFFieldArray* infoarray);
346 extern int TIFFReadEXIFDirectory(TIFF* tif, toff_t diroff);
468 extern void TIFFSetWriteOffset(TIFF* tif, toff_t off);