Home
last modified time | relevance | path

Searched refs:TIFFFdOpen (Results 1 – 11 of 11) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_unix.c205 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 Dtif_win32.c228 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 Dtif_wince.c120 tif = TIFFFdOpen((int)fd, name, mode);
179 tif = TIFFFdOpen((int)fd, in TIFFOpenW()
H A Dlibtiff.def25 TIFFFdOpen
H A Dtif_vms.c217 TIFFFdOpen(int fd, const char* name, const char* mode) in TIFFFdOpen() function
261 return (TIFFFdOpen(fd, name, mode)); in TIFFOpen()
H A Dtiffio.h441 extern TIFF* TIFFFdOpen(int, const char*, const char*);
/libtiff-4.0.7/tools/
H A Dfax2ps.c411 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 Dxtif_dir.c328 return TIFFFdOpen(fd, name, mode); in XTIFFFdOpen()
H A DREADME114 replacement routines for the standard "TIFFOpen()" "TIFFFdOpen",
/libtiff-4.0.7/
H A Dconfigure.com449 TIFFFdOpen=PROCEDURE,-
600 UNIVERSAL=TIFFFdOpen
H A DChangeLog5247 Check results, returned by the TIFFFdOpen() before returning and close
5248 file if TIFFFdOpen() failed as per bug