Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 39) sorted by relevance

12

/libtiff-4.0.7/libtiff/
H A Dtif_strip.c40 static const char module[] = "TIFFComputeStrip"; in TIFFComputeStrip() local
47 TIFFErrorExt(tif->tif_clientdata, module, in TIFFComputeStrip()
89 static const char module[] = "TIFFVStripSize64"; in TIFFVStripSize64() local
113 TIFFErrorExt(tif->tif_clientdata,module, in TIFFVStripSize64()
122 TIFFErrorExt(tif->tif_clientdata,module, in TIFFVStripSize64()
141 static const char module[] = "TIFFVStripSize"; in TIFFVStripSize() local
167 TIFFErrorExt(tif->tif_clientdata, module, in TIFFRawStripSize64()
172 TIFFErrorExt(tif->tif_clientdata, module, in TIFFRawStripSize64()
185 static const char module[] = "TIFFRawStripSize"; in TIFFRawStripSize() local
223 static const char module[] = "TIFFStripSize"; in TIFFStripSize() local
[all …]
H A Dtif_write.c37 #define WRITECHECKSTRIPS(tif, module) \ argument
39 #define WRITECHECKTILES(tif, module) \ argument
56 if (!WRITECHECKSTRIPS(tif, module)) in TIFFWriteScanline()
74 TIFFErrorExt(tif->tif_clientdata, module, in TIFFWriteScanline()
86 TIFFErrorExt(tif->tif_clientdata, module, in TIFFWriteScanline()
194 if (!WRITECHECKSTRIPS(tif, module)) in TIFFWriteEncodedStrip()
211 if (!TIFFGrowStrips(tif, 1, module)) in TIFFWriteEncodedStrip()
311 if (!WRITECHECKSTRIPS(tif, module)) in TIFFWriteRawStrip()
336 if (!TIFFGrowStrips(tif, 1, module)) in TIFFWriteRawStrip()
388 if (!WRITECHECKTILES(tif, module)) in TIFFWriteEncodedTile()
[all …]
H A Dtif_read.c336 TIFFErrorExt(tif->tif_clientdata,module, in TIFFReadEncodedStrip()
388 const char* module) in TIFFReadRawStrip1() argument
400 TIFFErrorExt(tif->tif_clientdata, module, in TIFFReadRawStrip1()
408 TIFFErrorExt(tif->tif_clientdata, module, in TIFFReadRawStrip1()
471 TIFFErrorExt(tif->tif_clientdata, module, in TIFFReadRawStrip()
479 TIFFErrorExt(tif->tif_clientdata, module, in TIFFReadRawStrip()
486 TIFFErrorExt(tif->tif_clientdata, module, in TIFFReadRawStrip()
491 TIFFErrorExt(tif->tif_clientdata, module, in TIFFReadRawStrip()
636 bytecountm, module) != bytecountm) in TIFFFillStrip()
682 TIFFErrorExt(tif->tif_clientdata, module, in TIFFReadEncodedTile()
[all …]
H A Dtif_zip.c125 static const char module[] = "ZIPPreDecode"; in ZIPPreDecode() local
151 static const char module[] = "ZIPDecode"; in ZIPDecode() local
177 TIFFErrorExt(tif->tif_clientdata, module, in ZIPDecode()
185 TIFFErrorExt(tif->tif_clientdata, module, in ZIPDecode()
191 TIFFErrorExt(tif->tif_clientdata, module, in ZIPDecode()
230 static const char module[] = "ZIPPreEncode"; in ZIPPreEncode() local
258 static const char module[] = "ZIPEncode"; in ZIPEncode() local
278 TIFFErrorExt(tif->tif_clientdata, module, in ZIPEncode()
398 static const char module[] = "TIFFInitZIP"; in TIFFInitZIP() local
408 TIFFErrorExt(tif->tif_clientdata, module, in TIFFInitZIP()
[all …]
H A Dtif_tile.c146 static const char module[] = "TIFFTileRowSize64"; in TIFFTileRowSize64() local
184 static const char module[] = "TIFFTileRowSize"; in TIFFTileRowSize() local
191 TIFFErrorExt(tif->tif_clientdata,module,"Integer overflow"); in TIFFTileRowSize()
203 static const char module[] = "TIFFVTileSize64"; in TIFFVTileSize64() local
232 TIFFErrorExt(tif->tif_clientdata,module, in TIFFVTileSize64()
243 return(_TIFFMultiply64(tif,samplingrow_size,samplingblocks_ver,module)); in TIFFVTileSize64()
246 return(_TIFFMultiply64(tif,nrows,TIFFTileRowSize64(tif),module)); in TIFFVTileSize64()
251 static const char module[] = "TIFFVTileSize"; in TIFFVTileSize() local
258 TIFFErrorExt(tif->tif_clientdata,module,"Integer overflow"); in TIFFVTileSize()
275 static const char module[] = "TIFFTileSize"; in TIFFTileSize() local
[all …]
H A Dtif_lzma.c145 TIFFErrorExt(tif->tif_clientdata, module, in LZMAPreDecode()
156 TIFFErrorExt(tif->tif_clientdata, module, in LZMAPreDecode()
167 static const char module[] = "LZMADecode"; in LZMADecode() local
180 TIFFErrorExt(tif->tif_clientdata, module, in LZMADecode()
210 TIFFErrorExt(tif->tif_clientdata, module, in LZMADecode()
217 TIFFErrorExt(tif->tif_clientdata, module, in LZMADecode()
261 TIFFErrorExt(tif->tif_clientdata, module, in LZMAPreEncode()
274 static const char module[] = "LZMAEncode"; in LZMAEncode() local
284 TIFFErrorExt(tif->tif_clientdata, module, in LZMAEncode()
422 TIFFErrorExt(tif->tif_clientdata, module, in TIFFInitLZMA()
[all …]
H A Dtif_wince.c54 static const char module[] = "TIFFOpen"; variable
63 m = _TIFFgetMode(mode, module);
99 TIFFErrorExt(0, module, "Memory allocation error!");
114 TIFFErrorExt(0, module, "%s: Cannot open", name);
132 static const char module[] = "TIFFOpenW"; in TIFFOpenW() local
140 m = _TIFFgetMode(mode, module); in TIFFOpenW()
161 TIFFErrorExt(0, module, "%S: Cannot open", name); in TIFFOpenW()
170 TIFFErrorExt(0, module, in TIFFOpenW()
204 szTmpModule = (module == NULL) ? szDefaultModule : module; in Win32WarningHandler()
238 Win32ErrorHandler(const char* module, const char* fmt, va_list ap) in Win32ErrorHandler() argument
[all …]
H A Dtif_win32.c260 static const char module[] = "TIFFOpen"; in TIFFOpen() local
266 m = _TIFFgetMode(mode, module); in TIFFOpen()
299 static const char module[] = "TIFFOpenW"; in TIFFOpenW() local
307 m = _TIFFgetMode(mode, module); in TIFFOpenW()
333 TIFFErrorExt(0, module, in TIFFOpenW()
407 LPCTSTR szTmpModule = (module == NULL) ? szDefaultModule : module; in Win32WarningHandler()
421 if (module != NULL) in Win32WarningHandler()
422 fprintf(stderr, "%s: ", module); in Win32WarningHandler()
438 LPCTSTR szTmpModule = (module == NULL) ? szDefaultModule : module; in Win32ErrorHandler()
451 if (module != NULL) in Win32ErrorHandler()
[all …]
H A Dtif_unix.c227 static const char module[] = "TIFFOpen"; in TIFFOpen() local
231 m = _TIFFgetMode(mode, module); in TIFFOpen()
245 TIFFErrorExt(0, module, "%s: Cannot open", name); in TIFFOpen()
264 static const char module[] = "TIFFOpenW"; in TIFFOpenW() local
270 m = _TIFFgetMode(mode, module); in TIFFOpenW()
281 TIFFErrorExt(0, module, "%ls: Cannot open", name); in TIFFOpenW()
290 TIFFErrorExt(0, module, in TIFFOpenW()
352 if (module != NULL) in unixWarningHandler()
353 fprintf(stderr, "%s: ", module); in unixWarningHandler()
363 if (module != NULL) in unixErrorHandler()
[all …]
H A Dtif_ojpeg.c421 static const char module[]="TIFFInitOJPEG"; in TIFFInitOJPEG() local
430 TIFFErrorExt(tif->tif_clientdata, module, in TIFFInitOJPEG()
526 static const char module[]="OJPEGVSetField"; in OJPEGVSetField() local
660 static const char module[]="OJPEGSetupDecode"; in OJPEGSetupDecode() local
805 static const char module[]="OJPEGDecodeRaw"; in OJPEGDecodeRaw() local
860 static const char module[]="OJPEGDecodeScanlines"; in OJPEGDecodeScanlines() local
900 static const char module[]="OJPEGSetupEncode"; in OJPEGSetupEncode() local
908 static const char module[]="OJPEGPreEncode"; in OJPEGPreEncode() local
917 static const char module[]="OJPEGEncode"; in OJPEGEncode() local
928 static const char module[]="OJPEGPostEncode"; in OJPEGPostEncode() local
[all …]
H A Dtif_error.c51 TIFFError(const char* module, const char* fmt, ...) in TIFFError() argument
56 (*_TIFFerrorHandler)(module, fmt, ap); in TIFFError()
58 (*_TIFFerrorHandlerExt)(0, module, fmt, ap); in TIFFError()
63 TIFFErrorExt(thandle_t fd, const char* module, const char* fmt, ...) in TIFFErrorExt() argument
68 (*_TIFFerrorHandler)(module, fmt, ap); in TIFFErrorExt()
70 (*_TIFFerrorHandlerExt)(fd, module, fmt, ap); in TIFFErrorExt()
H A Dtif_warning.c51 TIFFWarning(const char* module, const char* fmt, ...) in TIFFWarning() argument
56 (*_TIFFwarningHandler)(module, fmt, ap); in TIFFWarning()
58 (*_TIFFwarningHandlerExt)(0, module, fmt, ap); in TIFFWarning()
63 TIFFWarningExt(thandle_t fd, const char* module, const char* fmt, ...) in TIFFWarningExt() argument
68 (*_TIFFwarningHandler)(module, fmt, ap); in TIFFWarningExt()
70 (*_TIFFwarningHandlerExt)(fd, module, fmt, ap); in TIFFWarningExt()
H A Dtif_lzw.c234 TIFFErrorExt(tif->tif_clientdata, module, in LZWSetupDecode()
304 TIFFErrorExt(tif->tif_clientdata, module, in LZWPreDecode()
352 codeLoop(TIFF* tif, const char* module) in codeLoop() argument
354 TIFFErrorExt(tif->tif_clientdata, module, in codeLoop()
362 static const char module[] = "LZWDecode"; in LZWDecode() local
526 codeLoop(tif, module); in LZWDecode()
540 codeLoop(tif, module); in LZWDecode()
563 TIFFErrorExt(tif->tif_clientdata, module, in LZWDecode()
567 TIFFErrorExt(tif->tif_clientdata, module, in LZWDecode()
774 TIFFErrorExt(tif->tif_clientdata, module, in LZWDecodeCompat()
[all …]
H A Dtif_dirwrite.c255 TIFFErrorExt(tif->tif_clientdata, module, in TIFFRewriteDirectory()
264 TIFFErrorExt(tif->tif_clientdata, module, in TIFFRewriteDirectory()
277 TIFFErrorExt(tif->tif_clientdata, module, in TIFFRewriteDirectory()
314 TIFFErrorExt(tif->tif_clientdata, module, in TIFFRewriteDirectory()
322 TIFFErrorExt(tif->tif_clientdata, module, in TIFFRewriteDirectory()
330 TIFFErrorExt(tif->tif_clientdata, module, in TIFFRewriteDirectory()
343 TIFFErrorExt(tif->tif_clientdata, module, in TIFFRewriteDirectory()
388 TIFFErrorExt(tif->tif_clientdata,module, in TIFFWriteDirectorySec()
406 TIFFErrorExt(tif->tif_clientdata, module, in TIFFWriteDirectorySec()
2400 TIFFErrorExt(tif->tif_clientdata, module, in TIFFLinkDirectory()
[all …]
H A Dtif_thunder.c73 static const char module[] = "ThunderSetupDecode"; in ThunderSetupDecode() local
77 TIFFErrorExt(tif->tif_clientdata, module, in ThunderSetupDecode()
90 static const char module[] = "ThunderDecode"; in ThunderDecode() local
148 TIFFErrorExt(tif->tif_clientdata, module, in ThunderDecode()
155 TIFFErrorExt(tif->tif_clientdata, module, in ThunderDecode()
171 static const char module[] = "ThunderDecodeRow"; in ThunderDecodeRow() local
177 TIFFErrorExt(tif->tif_clientdata, module, "Fractional scanlines cannot be read"); in ThunderDecodeRow()
H A Dtif_luv.c206 TIFFErrorExt(tif->tif_clientdata, module, in LogL16Decode()
235 TIFFErrorExt(tif->tif_clientdata, module, in LogL16Decode()
240 TIFFErrorExt(tif->tif_clientdata, module, in LogL16Decode()
279 TIFFErrorExt(tif->tif_clientdata, module, in LogLuvDecode24()
297 TIFFErrorExt(tif->tif_clientdata, module, in LogLuvDecode24()
302 TIFFErrorExt(tif->tif_clientdata, module, in LogLuvDecode24()
340 TIFFErrorExt(tif->tif_clientdata, module, in LogLuvDecode32()
369 TIFFErrorExt(tif->tif_clientdata, module, in LogLuvDecode32()
374 TIFFErrorExt(tif->tif_clientdata, module, in LogLuvDecode32()
1557 TIFFErrorExt(tif->tif_clientdata, module, in LogLuvSetupEncode()
[all …]
H A Dtif_next.c51 static const char module[] = "NeXTDecode"; in NeXTDecode() local
71 TIFFErrorExt(tif->tif_clientdata, module, "Fractional scanlines cannot be read"); in NeXTDecode()
132 TIFFErrorExt(tif->tif_clientdata, module, "Invalid data for scanline %ld", in NeXTDecode()
149 TIFFErrorExt(tif->tif_clientdata, module, "Not enough data for scanline %ld", in NeXTDecode()
157 static const char module[] = "NeXTPreDecode"; in NeXTPreDecode() local
163 TIFFErrorExt(tif->tif_clientdata, module, "Unsupported BitsPerSample = %d", in NeXTPreDecode()
H A Dtif_pixarlog.c702 TIFFErrorExt(tif->tif_clientdata, module, in PixarLogSetupDecode()
767 TIFFErrorExt(tif->tif_clientdata, module, in PixarLogDecode()
800 TIFFErrorExt(tif->tif_clientdata, module, in PixarLogDecode()
816 TIFFErrorExt(tif->tif_clientdata, module, in PixarLogDecode()
833 TIFFWarningExt(tif->tif_clientdata, module, in PixarLogDecode()
872 TIFFErrorExt(tif->tif_clientdata, module, in PixarLogDecode()
1128 TIFFErrorExt(tif->tif_clientdata, module, in PixarLogEncode()
1161 TIFFErrorExt(tif->tif_clientdata, module, in PixarLogEncode()
1176 TIFFErrorExt(tif->tif_clientdata, module, in PixarLogEncode()
1381 TIFFErrorExt(tif->tif_clientdata, module, in TIFFInitPixarLog()
[all …]
H A Dtif_dir.c160 static const char module[] = "_TIFFVSetField"; in _TIFFVSetField() local
431 TIFFErrorExt(tif->tif_clientdata, module, in _TIFFVSetField()
485 TIFFErrorExt(tif->tif_clientdata, module, in _TIFFVSetField()
519 TIFFErrorExt(tif->tif_clientdata, module, in _TIFFVSetField()
540 TIFFErrorExt(tif->tif_clientdata, module, in _TIFFVSetField()
582 TIFFErrorExt(tif->tif_clientdata, module, in _TIFFVSetField()
711 TIFFErrorExt(tif->tif_clientdata, module, in _TIFFVSetField()
721 TIFFErrorExt(tif->tif_clientdata, module, in _TIFFVSetField()
731 TIFFErrorExt(tif->tif_clientdata, module, in _TIFFVSetField()
1513 TIFFErrorExt(tif->tif_clientdata, module, in TIFFAdvanceDirectory()
[all …]
H A Dtif_fax3.c104 static const char module[] = mod; \
190 Fax3Extension(const char* module, TIFF* tif, uint32 line, uint32 a0) in Fax3Extension() argument
192 TIFFErrorExt(tif->tif_clientdata, module, in Fax3Extension()
198 #define extension(a0) Fax3Extension(module, tif, sp->line, a0)
475 static const char module[] = "Fax3SetupState"; in Fax3SetupState() local
484 TIFFErrorExt(tif->tif_clientdata, module, in Fax3SetupState()
554 TIFFErrorExt(tif->tif_clientdata, module, in Fax3SetupState()
1052 static const char module[] = "Fax3Encode"; in Fax3Encode() local
1301 static const char module[] = "InitCCITTFax3"; in InitCCITTFax3() local
1320 TIFFErrorExt(tif->tif_clientdata, module, in InitCCITTFax3()
[all …]
H A Dtif_dirread.c3420 TIFFErrorExt(tif->tif_clientdata,module, in TIFFReadDirectory()
3530 module, in TIFFReadDirectory()
3622 TIFFErrorExt(tif->tif_clientdata, module, in TIFFReadDirectory()
4069 TIFFErrorExt(tif->tif_clientdata, module, in TIFFReadDirectory()
4077 TIFFErrorExt(tif->tif_clientdata, module, in TIFFReadDirectory()
4083 TIFFErrorExt(tif->tif_clientdata, module, in TIFFReadDirectory()
4180 TIFFErrorExt(tif->tif_clientdata,module, in TIFFReadCustomDirectory()
4372 TIFFErrorExt(tif->tif_clientdata, module, in MissingRequired()
4478 TIFFErrorExt(tif->tif_clientdata, module, in TIFFFetchDirectory()
4524 TIFFErrorExt(tif->tif_clientdata, module, in TIFFFetchDirectory()
[all …]
H A Dtif_vms.c236 static const char module[] = "TIFFOpen"; in TIFFOpen() local
239 m = _TIFFgetMode(mode, module); in TIFFOpen()
258 TIFFErrorExt(0, module, "%s: Cannot open", name); in TIFFOpen()
315 vmsWarningHandler(const char* module, const char* fmt, va_list ap) in vmsWarningHandler() argument
317 if (module != NULL) in vmsWarningHandler()
318 fprintf(stderr, "%s: ", module); in vmsWarningHandler()
331 vmsErrorHandler(const char* module, const char* fmt, va_list ap) in vmsErrorHandler() argument
333 if (module != NULL) in vmsErrorHandler()
334 fprintf(stderr, "%s: ", module); in vmsErrorHandler()
H A Dtif_packbits.c218 static const char module[] = "PackBitsDecode"; in PackBitsDecode() local
242 TIFFWarningExt(tif->tif_clientdata, module, in PackBitsDecode()
255 TIFFWarningExt(tif->tif_clientdata, module, in PackBitsDecode()
262 TIFFWarningExt(tif->tif_clientdata, module, in PackBitsDecode()
274 TIFFErrorExt(tif->tif_clientdata, module, in PackBitsDecode()
H A Dtif_dumpmode.c80 static const char module[] = "DumpModeDecode"; in DumpModeDecode() local
84 TIFFErrorExt(tif->tif_clientdata, module, in DumpModeDecode()
90 TIFFErrorExt(tif->tif_clientdata, module, in DumpModeDecode()
/libtiff-4.0.7/contrib/tags/
H A DREADME16 Client module for adding to LIBTIFF tagset
33 all of their private tags into a separate module, which need only
72 An example module has been provided as a template for installing
73 your own tags into a client tag extender. The module is called
77 To see how the client module operates, there are three "fake"
93 To use this module for installing your own tags, edit each of the files
110 Once you have edited these files, you may build the client module
113 To use these files in your own code, the "xtif_dir.c" module defines

12