|
ReactOS 0.4.16-dev-2617-g01a0906
|
#include "tif_config.h"#include <errno.h>#include <stdarg.h>#include <stdlib.h>#include <sys/stat.h>#include "tiffiop.h"
Go to the source code of this file.
Classes | |
| union | fd_as_handle_union |
Macros | |
| #define | TIFF_IO_MAX 2147483647U |
Typedefs | |
| typedef union fd_as_handle_union | fd_as_handle_union_t |
Variables | |
| TIFFErrorHandler | _TIFFwarningHandler = unixWarningHandler |
| TIFFErrorHandler | _TIFFerrorHandler = unixErrorHandler |
Definition at line 60 of file tif_unix.c.
| typedef union fd_as_handle_union fd_as_handle_union_t |
Definition at line 341 of file tif_unix.c.
Referenced by _TIFFcallocExt(), and TIFFOpenOptionsAlloc().
Definition at line 144 of file tif_unix.c.
Referenced by TIFFFdOpenExt().
Definition at line 190 of file tif_unix.c.
Referenced by TIFFFdOpenExt().
Definition at line 360 of file tif_unix.c.
Referenced by TIFFWriteDirectoryTagTransferfunction().
Definition at line 355 of file tif_unix.c.
Referenced by _TIFFVSetField(), DumpModeDecode(), DumpModeEncode(), fpAcc(), fpDiff(), setByteArray(), TIFFAdvanceDirectory(), TIFFCIELabToRGBInit(), TIFFClientOpenExt(), TIFFDefaultTransferFunction(), TIFFFetchDirectory(), TIFFFetchNormalTag(), TIFFFetchStripThing(), TIFFGetConfiguredCODECs(), TIFFReadDirectory(), TIFFReadDirEntryArrayWithLimit(), TIFFReadDirEntryData(), TIFFReadRawStrip1(), TIFFReadRawTile1(), TIFFRGBAImageBegin(), TIFFWriteDirectorySec(), TIFFWriteDirectoryTagColormap(), TIFFWriteDirectoryTagData(), and TIFFWriteDirectoryTagTransferfunction().
Definition at line 353 of file tif_unix.c.
Referenced by _TIFFCreateAnonField(), _TIFFFillStrilesInternal(), _TIFFReadEncodedStripAndAllocBuffer(), _TIFFReadEncodedTileAndAllocBuffer(), _TIFFVSetField(), TIFFClientOpenExt(), TIFFDefaultDirectory(), TIFFFetchStripThing(), TIFFFreeDirectory(), TIFFGetConfiguredCODECs(), TIFFGrowStrips(), TIFFReadRGBATileExt(), TIFFSetupStrips(), and TIFFYCbCrToRGBInit().
Definition at line 68 of file tif_unix.c.
Referenced by TIFFFdOpenExt().
Definition at line 131 of file tif_unix.c.
Referenced by TIFFFdOpenExt().
Definition at line 151 of file tif_unix.c.
Referenced by TIFFFdOpenExt().
Definition at line 198 of file tif_unix.c.
Referenced by TIFFFdOpenExt().
Definition at line 99 of file tif_unix.c.
Referenced by TIFFFdOpenExt().
Definition at line 209 of file tif_unix.c.
Definition at line 214 of file tif_unix.c.
Referenced by TIFFFdOpen(), and TIFFOpenExt().
Definition at line 232 of file tif_unix.c.
Definition at line 237 of file tif_unix.c.
Referenced by TIFFOpen().
Definition at line 375 of file tif_unix.c.
| TIFFErrorHandler _TIFFerrorHandler = unixErrorHandler |
Definition at line 382 of file tif_unix.c.
Referenced by _TIFFErrorEarly(), TIFFError(), TIFFErrorExt(), TIFFErrorExtR(), and TIFFSetErrorHandler().
| TIFFErrorHandler _TIFFwarningHandler = unixWarningHandler |
Definition at line 373 of file tif_unix.c.
Referenced by TIFFSetWarningHandler(), TIFFWarning(), TIFFWarningExt(), and TIFFWarningExtR().