Lines Matching defs:fd
36 _tiffReadProc(thandle_t fd, void* buf, tmsize_t size) in _tiffReadProc()
66 _tiffWriteProc(thandle_t fd, void* buf, tmsize_t size) in _tiffWriteProc()
96 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc()
123 _tiffCloseProc(thandle_t fd) in _tiffCloseProc()
129 _tiffSizeProc(thandle_t fd) in _tiffSizeProc()
137 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffDummyMapProc()
157 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc()
182 _tiffDummyUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffDummyUnmapProc()
190 _tiffUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffUnmapProc()
236 thandle_t fd; in TIFFOpen() local
275 thandle_t fd; in TIFFOpenW() local