ReactOS 0.4.16-dev-122-g325d74c
|
#include <precomp.h>
Go to the source code of this file.
Functions | |
TIFFErrorHandler | TIFFSetWarningHandler (TIFFErrorHandler handler) |
TIFFErrorHandlerExt | TIFFSetWarningHandlerExt (TIFFErrorHandlerExt handler) |
void | TIFFWarning (const char *module, const char *fmt,...) |
void | TIFFWarningExt (thandle_t fd, const char *module, const char *fmt,...) |
Variables | |
TIFFErrorHandlerExt | _TIFFwarningHandlerExt = NULL |
TIFFErrorHandler TIFFSetWarningHandler | ( | TIFFErrorHandler | handler | ) |
Definition at line 33 of file tif_warning.c.
TIFFErrorHandlerExt TIFFSetWarningHandlerExt | ( | TIFFErrorHandlerExt | handler | ) |
Definition at line 41 of file tif_warning.c.
Definition at line 49 of file tif_warning.c.
Definition at line 65 of file tif_warning.c.
Referenced by _TIFFVGetField(), _TIFFVSetField(), buildMap(), CheckDirCount(), setExtraSamples(), TIFFFetchNormalTag(), TIFFFillStrip(), TIFFFillTile(), TIFFReadCustomDirectory(), TIFFReadDirectory(), TIFFReadDirectoryCheckOrder(), and TIFFReadDirEntryOutputErr().
TIFFErrorHandlerExt _TIFFwarningHandlerExt = NULL |
Definition at line 30 of file tif_warning.c.
Referenced by TIFFSetWarningHandlerExt(), TIFFWarning(), and TIFFWarningExt().