|
ReactOS 0.4.16-dev-2617-g01a0906
|

Go to the source code of this file.
Macros | |
| #define | LEADING_AREA_TO_STORE_ALLOC_SIZE (2 * SIZEOF_SIZE_T) |
| #define LEADING_AREA_TO_STORE_ALLOC_SIZE (2 * SIZEOF_SIZE_T) |
Definition at line 170 of file tif_open.c.
calloc() version that takes into account memory-specific open options
Definition at line 201 of file tif_open.c.
Referenced by TIFFReadBufferSetup(), and TIFFReadDirectory().
Definition at line 40 of file tif_open.c.
Referenced by TIFFClientOpenExt(), and TIFFFdOpenExt().
Definition at line 48 of file tif_open.c.
Referenced by TIFFClientOpenExt(), and TIFFFdOpenExt().
|
static |
Definition at line 148 of file tif_open.c.
Referenced by _TIFFcallocExt(), _TIFFmallocExt(), and _TIFFreallocExt().
|
static |
Definition at line 137 of file tif_open.c.
Referenced by _TIFFcallocExt(), _TIFFmallocExt(), and _TIFFreallocExt().
free() version that takes into account memory-specific open options
Definition at line 275 of file tif_open.c.
Referenced by _TIFFCreateAnonField(), _TIFFFetchStrileValue(), _TIFFFillStrilesInternal(), _TIFFRewriteField(), _TIFFSetupFields(), _TIFFVSetField(), allocChoppedUpStripArrays(), EstimateStripByteCounts(), fpAcc(), fpDiff(), gtStripContig(), gtStripSeparate(), gtTileContig(), gtTileSeparate(), initCIELabConversion(), PredictorEncodeRow(), PredictorEncodeTile(), setByteArray(), setDoubleArrayOneValue(), setExtraSamples(), setupMap(), TIFFAppendToStrip(), TIFFCleanup(), TIFFClientOpenExt(), TIFFDefaultDirectory(), TIFFDefaultTransferFunction(), TIFFFetchDirectory(), TIFFFetchNormalTag(), TIFFFetchStripThing(), TIFFFillStrip(), TIFFFillTile(), TIFFFreeDirectory(), TIFFGetConfiguredCODECs(), TIFFGrowStrips(), TIFFPrintDirectory(), TIFFReadAndRealloc(), TIFFReadBufferSetup(), TIFFReadCustomDirectory(), TIFFReadDirectory(), TIFFReadDirEntryArrayWithLimit(), TIFFReadDirEntryByteArray(), TIFFReadDirEntryDoubleArray(), TIFFReadDirEntryFloatArray(), TIFFReadDirEntryIfd8Array(), TIFFReadDirEntryLong8ArrayWithLimit(), TIFFReadDirEntryLongArray(), TIFFReadDirEntryPersampleShort(), TIFFReadDirEntrySbyteArray(), TIFFReadDirEntryShortArray(), TIFFReadDirEntrySlong8Array(), TIFFReadDirEntrySlongArray(), TIFFReadDirEntrySshortArray(), TIFFRGBAImageEnd(), TIFFSetupStrips(), TIFFUnlinkDirectory(), TIFFUnRegisterCODEC(), TIFFUnsetField(), TIFFWriteBufferSetup(), TIFFWriteDirectorySec(), TIFFWriteDirectoryTagCheckedRationalArray(), TIFFWriteDirectoryTagCheckedRationalDoubleArray(), TIFFWriteDirectoryTagCheckedSrationalArray(), TIFFWriteDirectoryTagCheckedSrationalDoubleArray(), TIFFWriteDirectoryTagColormap(), TIFFWriteDirectoryTagIfdIfd8Array(), TIFFWriteDirectoryTagLong8Array(), TIFFWriteDirectoryTagLongLong8Array(), TIFFWriteDirectoryTagSampleformatArray(), TIFFWriteDirectoryTagShortPerSample(), TIFFWriteDirectoryTagSlong8Array(), TIFFWriteDirectoryTagSubifd(), and TIFFWriteDirectoryTagTransferfunction().
| int _TIFFgetMode | ( | TIFFOpenOptions * | opts, |
| thandle_t | clientdata, | ||
| const char * | mode, | ||
| const char * | module | ||
| ) |
Definition at line 55 of file tif_open.c.
Referenced by TIFFClientOpenExt(), TIFFOpenExt(), and TIFFOpenWExt().
malloc() version that takes into account memory-specific open options
Definition at line 173 of file tif_open.c.
Referenced by _TIFFCreateAnonField(), _TIFFReadEncodedStripAndAllocBuffer(), _TIFFReadEncodedTileAndAllocBuffer(), BuildMapBitdepth16To8(), BuildMapUaToAa(), fpAcc(), fpDiff(), initCIELabConversion(), initYCbCrConversion(), makebwmap(), makecmap(), PredictorEncodeRow(), PredictorEncodeTile(), setByteArray(), setDoubleArrayOneValue(), setupMap(), TIFFAppendToStrip(), TIFFClientOpenExt(), TIFFDefaultRefBlackWhite(), TIFFDefaultTransferFunction(), TIFFFetchNormalTag(), TIFFPrintDirectory(), TIFFReadCustomDirectory(), TIFFReadDirectory(), TIFFReadDirEntryByteArray(), TIFFReadDirEntryDoubleArray(), TIFFReadDirEntryFloatArray(), TIFFReadDirEntryIfd8Array(), TIFFReadDirEntryLong8ArrayWithLimit(), TIFFReadDirEntryLongArray(), TIFFReadDirEntrySbyteArray(), TIFFReadDirEntryShortArray(), TIFFReadDirEntrySlong8Array(), TIFFReadDirEntrySlongArray(), TIFFReadDirEntrySshortArray(), TIFFRegisterCODEC(), TIFFRGBAImageBegin(), TIFFSetClientInfo(), TIFFWriteBufferSetup(), TIFFWriteDirectorySec(), TIFFWriteDirectoryTagCheckedRationalArray(), TIFFWriteDirectoryTagCheckedRationalDoubleArray(), TIFFWriteDirectoryTagCheckedSrationalArray(), TIFFWriteDirectoryTagCheckedSrationalDoubleArray(), TIFFWriteDirectoryTagColormap(), TIFFWriteDirectoryTagIfdIfd8Array(), TIFFWriteDirectoryTagLong8Array(), TIFFWriteDirectoryTagLongLong8Array(), TIFFWriteDirectoryTagSampleformatArray(), TIFFWriteDirectoryTagShortPerSample(), TIFFWriteDirectoryTagSlong8Array(), TIFFWriteDirectoryTagSubifd(), and TIFFWriteDirectoryTagTransferfunction().
realloc() version that takes into account memory-specific open options
Definition at line 235 of file tif_open.c.
Referenced by _TIFFCheckRealloc(), _TIFFFetchStrileValue(), _TIFFVSetField(), TIFFGetConfiguredCODECs(), TIFFGrowStrips(), TIFFReadAndRealloc(), and TIFFReadDirEntryDataAndRealloc().
Definition at line 828 of file tif_open.c.
| 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 | ||
| ) |
Definition at line 289 of file tif_open.c.
Referenced by _tiffStreamOpen(), and tiff_open_stream().
| TIFF * TIFFClientOpenExt | ( | const char * | name, |
| const char * | mode, | ||
| thandle_t | clientdata, | ||
| TIFFReadWriteProc | readproc, | ||
| TIFFReadWriteProc | writeproc, | ||
| TIFFSeekProc | seekproc, | ||
| TIFFCloseProc | closeproc, | ||
| TIFFSizeProc | sizeproc, | ||
| TIFFMapFileProc | mapproc, | ||
| TIFFUnmapFileProc | unmapproc, | ||
| TIFFOpenOptions * | opts | ||
| ) |
Definition at line 300 of file tif_open.c.
Referenced by TIFFClientOpen(), and TIFFFdOpenExt().
Definition at line 869 of file tif_open.c.
Definition at line 864 of file tif_open.c.
Definition at line 874 of file tif_open.c.
Definition at line 879 of file tif_open.c.
Definition at line 798 of file tif_open.c.
Referenced by _TIFFReadEncodedStripAndAllocBuffer(), _TIFFReadEncodedTileAndAllocBuffer(), buildMap(), gtStripContig(), gtStripSeparate(), gtTileContig(), gtTileSeparate(), makebwmap(), makecmap(), setupMap(), TIFFReadRGBAImageOriented(), TIFFReadRGBAStripExt(), TIFFReadRGBATileExt(), and TIFFRGBAImageGet().
Definition at line 813 of file tif_open.c.
| TIFFCloseProc TIFFGetCloseProc | ( | TIFF * | tif | ) |
Definition at line 927 of file tif_open.c.
| TIFFMapFileProc TIFFGetMapFileProc | ( | TIFF * | tif | ) |
Definition at line 937 of file tif_open.c.
Definition at line 843 of file tif_open.c.
| TIFFReadWriteProc TIFFGetReadProc | ( | TIFF * | tif | ) |
Definition at line 912 of file tif_open.c.
| TIFFSeekProc TIFFGetSeekProc | ( | TIFF * | tif | ) |
Definition at line 922 of file tif_open.c.
| TIFFSizeProc TIFFGetSizeProc | ( | TIFF * | tif | ) |
Definition at line 932 of file tif_open.c.
| TIFFUnmapFileProc TIFFGetUnmapFileProc | ( | TIFF * | tif | ) |
Definition at line 942 of file tif_open.c.
| TIFFReadWriteProc TIFFGetWriteProc | ( | TIFF * | tif | ) |
Definition at line 917 of file tif_open.c.
Definition at line 899 of file tif_open.c.
Definition at line 907 of file tif_open.c.
Definition at line 884 of file tif_open.c.
Referenced by tiff_decoder_get_metadata_blocks(), and tiff_decoder_read_tile().
Definition at line 894 of file tif_open.c.
Definition at line 859 of file tif_open.c.
Referenced by PickContigCase(), PickSeparateCase(), TIFFForceStrileArrayWriting(), TIFFReadFromUserBuffer(), TIFFReadRGBAStripExt(), and TIFFReadRGBATileExt().
Definition at line 889 of file tif_open.c.
| TIFFOpenOptions * TIFFOpenOptionsAlloc | ( | void | ) |
Definition at line 80 of file tif_open.c.
| void TIFFOpenOptionsFree | ( | TIFFOpenOptions * | opts | ) |
Definition at line 87 of file tif_open.c.
| void TIFFOpenOptionsSetErrorHandlerExtR | ( | TIFFOpenOptions * | opts, |
| TIFFErrorHandlerExtR | handler, | ||
| void * | errorhandler_user_data | ||
| ) |
Definition at line 121 of file tif_open.c.
| void TIFFOpenOptionsSetMaxCumulatedMemAlloc | ( | TIFFOpenOptions * | opts, |
| tmsize_t | max_cumulated_mem_alloc | ||
| ) |
Define a limit in bytes for the cumulated memory allocations done by libtiff on a given TIFF handle. If max_cumulated_mem_alloc is set to 0, which is the default, no other limit that the underlying _TIFFmalloc() or TIFFOpenOptionsSetMaxSingleMemAlloc() will be applied.
Definition at line 106 of file tif_open.c.
| void TIFFOpenOptionsSetMaxSingleMemAlloc | ( | TIFFOpenOptions * | opts, |
| tmsize_t | max_single_mem_alloc | ||
| ) |
Define a limit in bytes for a single memory allocation done by libtiff. If max_single_mem_alloc is set to 0, which is the default, no other limit that the underlying _TIFFmalloc() or TIFFOpenOptionsSetMaxCumulatedMemAlloc() will be applied.
Definition at line 94 of file tif_open.c.
| void TIFFOpenOptionsSetWarnAboutUnknownTags | ( | TIFFOpenOptions * | opts, |
| int | warn_about_unknown_tags | ||
| ) |
Whether a warning should be emitted when encountering a unknown tag. Default is FALSE since libtiff 4.7.1
Definition at line 115 of file tif_open.c.
| void TIFFOpenOptionsSetWarningHandlerExtR | ( | TIFFOpenOptions * | opts, |
| TIFFErrorHandlerExtR | handler, | ||
| void * | warnhandler_user_data | ||
| ) |
Definition at line 129 of file tif_open.c.
Definition at line 833 of file tif_open.c.
Definition at line 803 of file tif_open.c.
Definition at line 818 of file tif_open.c.