Searched refs:TIFFFdOpen (Results 1 – 11 of 11) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_unix.c | 205 TIFFFdOpen(int fd, const char* name, const char* mode) in TIFFFdOpen() function 250 tif = TIFFFdOpen((int)fd, name, mode); in TIFFOpen() 299 tif = TIFFFdOpen((int)fd, (mbname != NULL) ? mbname : "<unknown>", in TIFFOpenW()
|
| H A D | tif_win32.c | 228 TIFFFdOpen(int ifd, const char* name, const char* mode) in TIFFFdOpen() function 287 tif = TIFFFdOpen((int)fd, name, mode); /* FIXME: WIN64 cast from pointer to int warning */ in TIFFOpen() 342 tif = TIFFFdOpen((int)fd, /* FIXME: WIN64 cast from pointer to int warning */ in TIFFOpenW()
|
| H A D | tif_wince.c | 120 tif = TIFFFdOpen((int)fd, name, mode); 179 tif = TIFFFdOpen((int)fd, in TIFFOpenW()
|
| H A D | libtiff.def | 25 TIFFFdOpen
|
| H A D | tif_vms.c | 217 TIFFFdOpen(int fd, const char* name, const char* mode) in TIFFFdOpen() function 261 return (TIFFFdOpen(fd, name, mode)); in TIFFOpen()
|
| H A D | tiffio.h | 441 extern TIFF* TIFFFdOpen(int, const char*, const char*);
|
| /libtiff-4.0.7/tools/ |
| H A D | fax2ps.c | 411 tif = TIFFFdOpen(_get_osfhandle(fileno(fd)), "temp", "r"); in main() 413 tif = TIFFFdOpen(fileno(fd), "temp", "r"); in main()
|
| /libtiff-4.0.7/contrib/tags/ |
| H A D | xtif_dir.c | 328 return TIFFFdOpen(fd, name, mode); in XTIFFFdOpen()
|
| H A D | README | 114 replacement routines for the standard "TIFFOpen()" "TIFFFdOpen",
|
| /libtiff-4.0.7/ |
| H A D | configure.com | 449 TIFFFdOpen=PROCEDURE,- 600 UNIVERSAL=TIFFFdOpen
|
| H A D | ChangeLog | 5247 Check results, returned by the TIFFFdOpen() before returning and close 5248 file if TIFFFdOpen() failed as per bug
|