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;
ACPI_SIZE strlen(const char *String)
char * strcpy(char *DstString, const char *SrcString)
static BOOL readproc(HANDLE proc, LPVOID address, PVOID target, DWORD size)
_Must_inspect_result_ _Out_ LPSIZE psize
TIFFReadWriteProc tif_readproc
TIFFReadWriteProc tif_writeproc
TIFFUnmapFileProc tif_unmapproc
TIFFHeaderClassic classic
TIFFSeekProc tif_seekproc
tmsize_t tif_rawdataloaded
union tiff::@3467 tif_header
TIFFCloseProc tif_closeproc
TIFFMapFileProc tif_mapproc
TIFFSizeProc tif_sizeproc
void TIFFCleanup(TIFF *tif)
void _TIFFSetDefaultCompressionState(TIFF *tif)
int TIFFDefaultDirectory(TIFF *tif)
int TIFFReadDirectory(TIFF *tif)
void TIFFErrorExt(thandle_t fd, const char *module, const char *fmt,...)
int TIFFGetMode(TIFF *tif)
int TIFFFileno(TIFF *tif)
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)
TIFFReadWriteProc TIFFGetReadProc(TIFF *tif)
uint32 TIFFCurrentTile(TIFF *tif)
int TIFFSetFileno(TIFF *tif, int fd)
TIFFCloseProc TIFFGetCloseProc(TIFF *tif)
const char * TIFFFileName(TIFF *tif)
uint16 TIFFCurrentDirectory(TIFF *tif)
TIFFSizeProc TIFFGetSizeProc(TIFF *tif)
int TIFFSetMode(TIFF *tif, int mode)
static void _tiffDummyUnmapProc(thandle_t fd, void *base, toff_t size)
int _TIFFgetMode(const char *mode, const char *module)
int TIFFIsMSB2LSB(TIFF *tif)
int TIFFIsByteSwapped(TIFF *tif)
TIFFMapFileProc TIFFGetMapFileProc(TIFF *tif)
int TIFFIsTiled(TIFF *tif)
const char * TIFFSetFileName(TIFF *tif, const char *name)
uint32 TIFFCurrentRow(TIFF *tif)
TIFFSeekProc TIFFGetSeekProc(TIFF *tif)
thandle_t TIFFSetClientdata(TIFF *tif, thandle_t newvalue)
TIFFUnmapFileProc TIFFGetUnmapFileProc(TIFF *tif)
int TIFFIsBigEndian(TIFF *tif)
static int _tiffDummyMapProc(thandle_t fd, void **pbase, toff_t *psize)
int TIFFIsUpSampled(TIFF *tif)
TIFFReadWriteProc TIFFGetWriteProc(TIFF *tif)
uint32 TIFFCurrentStrip(TIFF *tif)
thandle_t TIFFClientdata(TIFF *tif)
void TIFFSwabLong(uint32 *lp)
void TIFFSwabShort(uint16 *wp)
void TIFFSwabLong8(uint64 *lp)
void _TIFFmemset(void *p, int v, tmsize_t c)
void * _TIFFmalloc(tmsize_t s)
#define FILLORDER_LSB2MSB
#define TIFF_LITTLEENDIAN
#define FILLORDER_MSB2LSB
#define TIFF_VERSION_CLASSIC
#define STRIPCHOP_DEFAULT
int(* TIFFMapFileProc)(thandle_t, void **base, toff_t *size)
void(* TIFFUnmapFileProc)(thandle_t, void *base, toff_t size)
toff_t(* TIFFSizeProc)(thandle_t)
tmsize_t(* TIFFReadWriteProc)(thandle_t, void *, tmsize_t)
toff_t(* TIFFSeekProc)(thandle_t, toff_t, int)
int(* TIFFCloseProc)(thandle_t)
#define TIFF_LAZYSTRILELOAD
#define WriteOK(tif, buf, size)
#define ReadOK(tif, buf, size)
#define TIFFMapFileContents(tif, paddr, psize)
#define TIFF_DEFERSTRILELOAD
#define isFillOrder(tif, o)
#define TIFFSeekFile(tif, off, whence)
ActualNumberDriverObjects * sizeof(PDRIVER_OBJECT)) PDRIVER_OBJECT *DriverObjectList