Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 24 of 24) sorted by relevance

/libtiff-4.0.7/contrib/stream/
H A Dtiffstream.cpp90 TiffStream::read(thandle_t fd, tdata_t buf, tsize_t size) in read()
107 TiffStream::write(thandle_t fd, tdata_t buf, tsize_t size) in write()
123 TiffStream::seek(thandle_t fd, toff_t offset, int origin) in seek()
131 TiffStream::close(thandle_t fd) in close()
148 TiffStream::size(thandle_t fd) in size()
155 TiffStream::map(thandle_t fd, tdata_t* phase, toff_t* psize) in map()
161 TiffStream::unmap(thandle_t fd, tdata_t base, tsize_t size) in unmap()
166 TiffStream::getSize(thandle_t fd) in getSize()
179 TiffStream::tell(thandle_t fd) in tell()
193 TiffStream::seekInt(thandle_t fd, unsigned int offset, int origin) in seekInt()
[all …]
/libtiff-4.0.7/contrib/mfs/
H A Dmfs_file.c242 int mfs_lseek (int fd, int offset, int whence) in mfs_lseek()
327 int mfs_read (int fd, void *clnt_buf, int size) in mfs_read()
367 int mfs_write (int fd, void *clnt_buf, int size) in mfs_write()
425 int mfs_size (int fd) in mfs_size()
456 int mfs_map (int fd, char **addr, size_t *len) in mfs_map()
489 int mfs_unmap (int fd) in mfs_unmap()
507 int mfs_close (int fd) in mfs_close()
538 static int extend_mem_file (int fd, int size) in extend_mem_file()
/libtiff-4.0.7/libtiff/
H A Dtif_unix.c64 int fd; member
69 _tiffReadProc(thandle_t fd, void* buf, tmsize_t size) in _tiffReadProc()
97 _tiffWriteProc(thandle_t fd, void* buf, tmsize_t size) in _tiffWriteProc()
126 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc()
140 _tiffCloseProc(thandle_t fd) in _tiffCloseProc()
148 _tiffSizeProc(thandle_t fd) in _tiffSizeProc()
181 _tiffUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffUnmapProc()
195 _tiffUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffUnmapProc()
205 TIFFFdOpen(int fd, const char* name, const char* mode) in TIFFFdOpen()
228 int m, fd; in TIFFOpen() local
[all …]
H A Dtif_win32.c61 _tiffReadProc(thandle_t fd, void* buf, tmsize_t size) in _tiffReadProc()
91 _tiffWriteProc(thandle_t fd, void* buf, tmsize_t size) in _tiffWriteProc()
121 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc()
148 _tiffCloseProc(thandle_t fd) in _tiffCloseProc()
154 _tiffSizeProc(thandle_t fd) in _tiffSizeProc()
162 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffDummyMapProc()
182 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc()
207 _tiffDummyUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffDummyUnmapProc()
215 _tiffUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffUnmapProc()
261 thandle_t fd; in TIFFOpen() local
[all …]
H A Dtif_stream.cxx116 _tiffisReadProc(thandle_t fd, void* buf, tmsize_t size) in _tiffisReadProc()
131 _tiffosWriteProc(thandle_t fd, void* buf, tmsize_t size) in _tiffosWriteProc()
154 _tiffosSeekProc(thandle_t fd, uint64 off, int whence) in _tiffosSeekProc()
252 _tiffisSeekProc(thandle_t fd, uint64 off, int whence) in _tiffisSeekProc()
296 _tiffosSizeProc(thandle_t fd) in _tiffosSizeProc()
311 _tiffisSizeProc(thandle_t fd) in _tiffisSizeProc()
325 _tiffosCloseProc(thandle_t fd) in _tiffosCloseProc()
333 _tiffisCloseProc(thandle_t fd) in _tiffisCloseProc()
359 _tiffStreamOpen(const char* name, const char* mode, void *fd) in _tiffStreamOpen()
H A Dtif_print.c69 _TIFFPrintField(FILE* fd, const TIFFField *fip, in _TIFFPrintField()
143 _TIFFPrettyPrintField(TIFF* tif, const TIFFField *fip, FILE* fd, uint32 tag, in _TIFFPrettyPrintField()
236 TIFFPrintDirectory(TIFF* tif, FILE* fd, long flags) in TIFFPrintDirectory()
682 _TIFFprintAscii(FILE* fd, const char* cp) in _TIFFprintAscii()
688 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars) in _TIFFprintAsciiBounded()
708 _TIFFprintAsciiTag(FILE* fd, const char* name, const char* value) in _TIFFprintAsciiTag()
H A Dtif_vms.c55 _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size) in _tiffReadProc()
61 _tiffWriteProc(thandle_t fd, tdata_t buf, tsize_t size) in _tiffWriteProc()
67 _tiffSeekProc(thandle_t fd, toff_t off, int whence) in _tiffSeekProc()
73 _tiffCloseProc(thandle_t fd) in _tiffCloseProc()
81 _tiffSizeProc(thandle_t fd) in _tiffSizeProc()
118 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize) in _tiffMapProc()
179 _tiffUnmapProc(thandle_t fd, tdata_t base, toff_t size) in _tiffUnmapProc()
202 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize) in _tiffMapProc()
208 _tiffUnmapProc(thandle_t fd, tdata_t base, toff_t size) in _tiffUnmapProc()
217 TIFFFdOpen(int fd, const char* name, const char* mode) in TIFFFdOpen()
[all …]
H A Dtif_wince.c55 thandle_t fd; variable
133 thandle_t fd; in TIFFOpenW() local
H A Dtif_close.c126 thandle_t fd = tif->tif_clientdata; in TIFFClose() local
H A Dtif_open.c36 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffDummyMapProc()
43 _tiffDummyUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffDummyUnmapProc()
526 TIFFSetFileno(TIFF* tif, int fd)
H A Dmkg3states.c346 WriteTable(FILE* fd, const TIFFFaxTabEnt* T, int Size, const char* name) in WriteTable()
383 FILE* fd; in main() local
H A Dtif_error.c63 TIFFErrorExt(thandle_t fd, const char* module, const char* fmt, ...) in TIFFErrorExt()
H A Dtif_warning.c63 TIFFWarningExt(thandle_t fd, const char* module, const char* fmt, ...) in TIFFWarningExt()
H A Dtif_dirinfo.c416 _TIFFPrintFieldInfo(TIFF* tif, FILE* fd) in _TIFFPrintFieldInfo()
H A Dtif_predict.c788 PredictorPrintDir(TIFF* tif, FILE* fd, long flags) in PredictorPrintDir()
H A Dtif_fax3.c1241 Fax3PrintDir(TIFF* tif, FILE* fd, long flags) in Fax3PrintDir()
H A Dtif_jpeg.c2208 JPEGPrintDir(TIFF* tif, FILE* fd, long flags) in JPEGPrintDir()
H A Dtif_ojpeg.c611 OJPEGPrintDir(TIFF* tif, FILE* fd, long flags) in OJPEGPrintDir()
/libtiff-4.0.7/tools/
H A Dtiff2ps.c1692 PSTail(FILE *fd, int npages) in PSTail()
1712 PS_Lvl2colorspace(FILE* fd, TIFF* tif) in PS_Lvl2colorspace()
2143 PS_Lvl2page(FILE* fd, TIFF* tif, uint32 w, uint32 h) in PS_Lvl2page()
2332 PSpage(FILE* fd, TIFF* tif, uint32 w, uint32 h) in PSpage()
2426 #define DOBREAK(len, howmany, fd) \ argument
2527 #define PUTRGBHEX(c,fd) \ argument
2531 PSDataPalette(FILE* fd, TIFF* tif, uint32 w, uint32 h) in PSDataPalette()
2604 PSDataBW(FILE* fd, TIFF* tif, uint32 w, uint32 h) in PSDataBW()
2734 PSRawDataBW(FILE* fd, TIFF* tif, uint32 w, uint32 h) in PSRawDataBW()
2868 Ascii85Put(unsigned char code, FILE* fd) in Ascii85Put()
[all …]
H A Dtiffdump.c116 int one = 1, fd; in main() local
168 dump(int fd, uint64 diroff) in dump()
301 ReadDirectory(int fd, unsigned int ix, uint64 off) in ReadDirectory()
645 PrintTag(FILE* fd, uint16 tag) in PrintTag()
658 PrintType(FILE* fd, uint16 type) in PrintType()
693 PrintASCII(FILE* fd, uint32 cc, const unsigned char* cp) in PrintASCII()
715 PrintData(FILE* fd, uint16 type, uint32 count, unsigned char* data) in PrintData()
856 vError(FILE* fd, const char* fmt, va_list ap) in vError()
H A Draw2tiff.c102 int fd; in main() local
368 guessSize(int fd, TIFFDataType dtype, _TIFF_off_t hdr_size, uint32 nbands, in guessSize()
H A Dfax2ps.c167 emitFont(FILE* fd) in emitFont()
390 FILE* fd; in main() local
/libtiff-4.0.7/contrib/tags/
H A Dxtif_dir.c41 _XTIFFPrintDirectory(TIFF* tif, FILE* fd, long flags) in _XTIFFPrintDirectory()
321 XTIFFFdOpen(int fd, const char* name, const char* mode) in XTIFFFdOpen()
/libtiff-4.0.7/archive/tools/
H A Dbmp2tiff.c237 int fd = 0; in main() local