Searched defs:toff_t (Results 1 - 1 of 1) sorted by relevance
/external/pdfium/third_party/libtiff/ |
H A D | tiffio.h | 57 * NB: toff_t is not off_t for many reasons; TIFFs max out at 68 typedef uint64 toff_t; /* file offset */ typedef 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); 353 extern int TIFFReadCustomDirectory(TIFF* tif, toff_t diroff, const TIFFFieldArray* infoarray); 354 extern int TIFFReadEXIFDirectory(TIFF* tif, toff_t diroff); 476 extern void TIFFSetWriteOffset(TIFF* tif, toff_t of [all...] |
Completed in 98 milliseconds