83 static const char module[] =
"TIFFClientOpen";
107 #ifdef WORDS_BIGENDIAN 131 if (!
readproc || !writeproc || !seekproc || !closeproc || !sizeproc) {
133 "One of the client procedures is NULL pointer.");
160 #ifdef STRIPCHOP_DEFAULT 222 #ifndef WORDS_BIGENDIAN 228 #ifdef WORDS_BIGENDIAN 277 #ifdef DEFER_STRILE_LOAD 291 "Cannot read TIFF header");
297 #ifdef WORDS_BIGENDIAN 335 "Error writing TIFF header");
342 #ifndef WORDS_BIGENDIAN 346 #ifdef WORDS_BIGENDIAN 375 "Not a TIFF or MDI file, bad magic number %d (0x%x)",
379 "Not a TIFF file, bad magic number %d (0x%x)",
386 #ifndef WORDS_BIGENDIAN 390 #ifdef WORDS_BIGENDIAN 399 "Not a TIFF file, bad version number %d (0x%x)",
415 "Cannot read TIFF header");
426 "Not a TIFF file, bad BigTIFF offsetsize %d (0x%x)",
434 "Not a TIFF file, bad BigTIFF unused %d (0x%x)",
524 const char* old_name = tif->
tif_name;
static int _tiffDummyMapProc(thandle_t fd, void **pbase, toff_t *psize)
TIFFSeekProc tif_seekproc
int TIFFSetMode(TIFF *tif, int mode)
void _TIFFmemset(void *p, int v, tmsize_t c)
tmsize_t(* TIFFReadWriteProc)(thandle_t, void *, tmsize_t)
uint16 TIFFCurrentDirectory(TIFF *tif)
int(* TIFFCloseProc)(thandle_t)
int TIFFReadDirectory(TIFF *tif)
struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
_Must_inspect_result_ _Out_ LPSIZE psize
ActualNumberDriverObjects * sizeof(PDRIVER_OBJECT)) PDRIVER_OBJECT *DriverObjectList
union tiff::@3406 tif_header
void(* TIFFUnmapFileProc)(thandle_t, void *base, toff_t size)
thandle_t TIFFSetClientdata(TIFF *tif, thandle_t newvalue)
ACPI_SIZE strlen(const char *String)
TIFFCloseProc TIFFGetCloseProc(TIFF *tif)
TIFFUnmapFileProc tif_unmapproc
const char * TIFFSetFileName(TIFF *tif, const char *name)
#define WriteOK(tif, buf, size)
#define TIFFSeekFile(tif, off, whence)
#define FILLORDER_LSB2MSB
int TIFFIsMSB2LSB(TIFF *tif)
#define STRIPCHOP_DEFAULT
void TIFFCleanup(TIFF *tif)
uint32 TIFFCurrentRow(TIFF *tif)
int TIFFIsBigEndian(TIFF *tif)
static BOOL readproc(HANDLE proc, LPVOID address, PVOID target, DWORD size)
TIFFReadWriteProc TIFFGetWriteProc(TIFF *tif)
toff_t(* TIFFSeekProc)(thandle_t, toff_t, int)
#define TIFF_LAZYSTRILELOAD
toff_t(* TIFFSizeProc)(thandle_t)
TIFF * TIFFClientOpen(const char *name, const char *mode, thandle_t clientdata, TIFFReadWriteProc readproc, TIFFReadWriteProc writeproc, TIFFSeekProc seekproc, TIFFCloseProc closeproc, TIFFSizeProc sizeproc, TIFFMapFileProc mapproc, TIFFUnmapFileProc unmapproc)
TIFFUnmapFileProc TIFFGetUnmapFileProc(TIFF *tif)
void * _TIFFmalloc(tmsize_t s)
TIFFSizeProc TIFFGetSizeProc(TIFF *tif)
#define TIFFMapFileContents(tif, paddr, psize)
TIFFMapFileProc tif_mapproc
void TIFFSwabShort(uint16 *wp)
TIFFSeekProc TIFFGetSeekProc(TIFF *tif)
void TIFFErrorExt(thandle_t fd, const char *module, const char *fmt,...)
static void _tiffDummyUnmapProc(thandle_t fd, void *base, toff_t size)
tmsize_t tif_rawdataloaded
TIFFReadWriteProc TIFFGetReadProc(TIFF *tif)
TIFFReadWriteProc tif_readproc
#define TIFF_DEFERSTRILELOAD
TIFFSizeProc tif_sizeproc
void _TIFFSetDefaultCompressionState(TIFF *tif)
TIFFCloseProc tif_closeproc
TIFFMapFileProc TIFFGetMapFileProc(TIFF *tif)
int TIFFGetMode(TIFF *tif)
uint32 TIFFCurrentTile(TIFF *tif)
TIFFReadWriteProc tif_writeproc
int TIFFIsByteSwapped(TIFF *tif)
void TIFFSwabLong(uint32 *lp)
#define TIFF_LITTLEENDIAN
int _TIFFgetMode(const char *mode, const char *module)
uint32 TIFFCurrentStrip(TIFF *tif)
#define isFillOrder(tif, o)
const char * TIFFFileName(TIFF *tif)
int TIFFDefaultDirectory(TIFF *tif)
#define ReadOK(tif, buf, size)
int TIFFIsTiled(TIFF *tif)
char * strcpy(char *DstString, const char *SrcString)
#define TIFF_VERSION_CLASSIC
int TIFFSetFileno(TIFF *tif, int fd)
TIFFHeaderClassic classic
int(* TIFFMapFileProc)(thandle_t, void **base, toff_t *size)
thandle_t TIFFClientdata(TIFF *tif)
int TIFFIsUpSampled(TIFF *tif)
#define FILLORDER_MSB2LSB
int TIFFFileno(TIFF *tif)
void TIFFSwabLong8(uint64 *lp)