|
ReactOS 0.4.16-dev-2617-g01a0906
|
#include "tiffiop.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,...) |
| void | TIFFWarningExtR (TIFF *tif, const char *module, const char *fmt,...) |
Variables | |
| TIFFErrorHandlerExt | _TIFFwarningHandlerExt = NULL |
| TIFFErrorHandler TIFFSetWarningHandler | ( | TIFFErrorHandler | handler | ) |
Definition at line 32 of file tif_warning.c.
Referenced by tiff_decoder_create(), and tiff_encoder_create().
| TIFFErrorHandlerExt TIFFSetWarningHandlerExt | ( | TIFFErrorHandlerExt | handler | ) |
Definition at line 39 of file tif_warning.c.
Definition at line 46 of file tif_warning.c.
Definition at line 63 of file tif_warning.c.
Definition at line 80 of file tif_warning.c.
Referenced by _TIFFCheckDirNumberAndOffset(), _TIFFVSetField(), allocChoppedUpStripArrays(), buildMap(), CheckDirCount(), EstimateStripByteCounts(), setExtraSamples(), TIFFAdvanceDirectory(), TIFFClientOpenExt(), TIFFFetchDirectory(), TIFFFetchNormalTag(), TIFFFetchStripThing(), TIFFFieldWithName(), TIFFFieldWithTag(), TIFFNumberOfStrips(), TIFFReadCustomDirectory(), TIFFReadDirectory(), TIFFReadDirectoryCheckOrder(), TIFFReadDirEntryArrayWithLimit(), TIFFReadDirEntryOutputErr(), TIFFWriteDirectorySec(), and TIFFWriteDirectoryTagTransferfunction().
| TIFFErrorHandlerExt _TIFFwarningHandlerExt = NULL |
Definition at line 30 of file tif_warning.c.
Referenced by TIFFSetWarningHandlerExt(), TIFFWarning(), TIFFWarningExt(), and TIFFWarningExtR().