Searched refs:TIFFClientOpen (Results 1 – 14 of 14) sorted by relevance
| /libtiff-4.0.7/contrib/stream/ |
| H A D | tiffstream.cpp | 34 m_tif = TIFFClientOpen(m_name, in makeFileStream() 55 m_tif = TIFFClientOpen(m_name, in makeFileStream() 76 m_tif = TIFFClientOpen(m_name, in makeFileStream()
|
| H A D | README | 12 which takes the C++ stream as an argument, calls TIFFClientOpen and returns
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_stream.cxx | 369 tif = TIFFClientOpen(name, mode, in _tiffStreamOpen() 383 tif = TIFFClientOpen(name, mode, in _tiffStreamOpen()
|
| H A D | libtiff.def | 7 TIFFClientOpen
|
| H A D | tif_unix.c | 211 tif = TIFFClientOpen(name, mode, in TIFFFdOpen()
|
| H A D | tif_win32.c | 242 tif = TIFFClientOpen(name, mode, (thandle_t)ifd, /* FIXME: WIN64 cast to pointer warning */ in TIFFFdOpen()
|
| H A D | tif_vms.c | 221 tif = TIFFClientOpen(name, mode, ddd in TIFFFdOpen()
|
| H A D | tif_open.c | 73 TIFFClientOpen( function
|
| H A D | tiffio.h | 442 extern TIFF* TIFFClientOpen(const char*, const char*,
|
| /libtiff-4.0.7/contrib/mfs/ |
| H A D | README | 29 pass up to TIFFClientOpen to simulate a file in memory. I have attached
|
| /libtiff-4.0.7/tools/ |
| H A D | fax2tiff.c | 249 faxTIFF = TIFFClientOpen("(FakeInput)", "w", in main()
|
| H A D | tiff2pdf.c | 788 output = TIFFClientOpen(outfilename, "w", (thandle_t) t2p, in main()
|
| /libtiff-4.0.7/ |
| H A D | configure.com | 450 TIFFClientOpen=PROCEDURE,- 601 UNIVERSAL=TIFFClientOpen
|
| H A D | ChangeLog | 2584 TIFFClientOpen() callback and other external function definitions. 3093 PDF file using TIFFClientOpen() machinery as it is implemented 4636 * libtiff/tif_open.c: Removed close() in TIFFClientOpen() if file 5179 * libtiff/tif_open.c: close clientdata if TIFFClientOpen() fails 5197 TIFFClientOpen() when the appropriate client functions was not 6122 in TIFFClientOpen() are checked to be not NULL-pointers. 6461 * man/Makefile.in: add TIFFClientOpen link as per debian submitted 6694 recovery if TIFFClientOpen() discovers an attempt to open a compressed 6823 * Modified TIFFClientOpen() to emit an error on an attempt to
|