Lines Matching defs:fd
59 _tiffReadProc(thandle_t fd, void* buf, tmsize_t size) in _tiffReadProc()
71 _tiffWriteProc(thandle_t fd, void* buf, tmsize_t size) in _tiffWriteProc()
83 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc()
95 _tiffCloseProc(thandle_t fd) in _tiffCloseProc()
101 _tiffSizeProc(thandle_t fd) in _tiffSizeProc()
114 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc()
130 _tiffUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffUnmapProc()
137 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc()
144 _tiffUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffUnmapProc()
154 TIFFFdOpen(int fd, const char* name, const char* mode) in TIFFFdOpen()
175 int m, fd; in TIFFOpen() local
212 int m, fd; in TIFFOpenW() local