Functions |
| static tsize_t | _tiffReadProc (thandle_t fd, tdata_t buf, tsize_t size) |
| static tsize_t | _tiffWriteProc (thandle_t fd, tdata_t buf, tsize_t size) |
| static toff_t | _tiffSeekProc (thandle_t fd, toff_t off, int whence) |
| static int | _tiffCloseProc (thandle_t fd) |
| static toff_t | _tiffSizeProc (thandle_t fd) |
| static int | _tiffDummyMapProc (thandle_t fd, tdata_t *pbase, toff_t *psize) |
| static int | _tiffMapProc (thandle_t fd, tdata_t *pbase, toff_t *psize) |
| static void | _tiffDummyUnmapProc (thandle_t fd, tdata_t base, toff_t size) |
| static void | _tiffUnmapProc (thandle_t fd, tdata_t base, toff_t size) |
| TIFF * | TIFFFdOpen (int ifd, const char *name, const char *mode) |
| TIFF * | TIFFOpen (const char *name, const char *mode) |
| TIFF * | TIFFOpenW (const wchar_t *name, const char *mode) |
| tdata_t | _TIFFmalloc (tsize_t s) |
| void | _TIFFfree (tdata_t p) |
| tdata_t | _TIFFrealloc (tdata_t p, tsize_t s) |
| void | _TIFFmemset (void *p, int v, tsize_t c) |
| void | _TIFFmemcpy (void *d, const tdata_t s, tsize_t c) |
| int | _TIFFmemcmp (const tdata_t p1, const tdata_t p2, tsize_t c) |
| static void | Win32WarningHandler (const char *module, const char *fmt, va_list ap) |
| static void | Win32ErrorHandler (const char *module, const char *fmt, va_list ap) |
Variables |
| TIFFErrorHandler | _TIFFwarningHandler = Win32WarningHandler |
| TIFFErrorHandler | _TIFFerrorHandler = Win32ErrorHandler |