Searched refs:thandle_t (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_unix.c36 _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size)
42 _tiffWriteProc(thandle_t fd, tdata_t buf, tsize_t size)
48 _tiffSeekProc(thandle_t fd, toff_t off, int whence)
58 _tiffCloseProc(thandle_t fd)
66 _tiffSizeProc(thandle_t fd)
86 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize)
101 _tiffUnmapProc(thandle_t fd, tdata_t base, toff_t size)
108 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize)
115 _tiffUnmapProc(thandle_t fd, tdata_t base, toff_t size)
130 (thandle_t) f
[all...]
H A Dtif_win32.c35 _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size)
44 _tiffWriteProc(thandle_t fd, tdata_t buf, tsize_t size)
53 _tiffSeekProc(thandle_t fd, toff_t off, int whence)
82 _tiffCloseProc(thandle_t fd)
88 _tiffSizeProc(thandle_t fd)
97 _tiffDummyMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize)
114 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize)
136 _tiffDummyUnmapProc(thandle_t fd, tdata_t base, toff_t size)
141 _tiffUnmapProc(thandle_t fd, tdata_t base, toff_t size)
158 (thandle_t)if
[all...]
H A Dtif_msdos.c37 _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size)
43 _tiffWriteProc(thandle_t fd, tdata_t buf, tsize_t size)
49 _tiffSeekProc(thandle_t fd, toff_t off, int whence)
55 _tiffCloseProc(thandle_t fd)
63 _tiffSizeProc(thandle_t fd)
70 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize)
76 _tiffUnmapProc(thandle_t fd, tdata_t base, toff_t size)
H A Dtif_os2.c60 _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size)
69 _tiffWriteProc(thandle_t fd, tdata_t buf, tsize_t size)
78 _tiffSeekProc(thandle_t fd, toff_t off, int whence)
102 _tiffCloseProc(thandle_t fd)
108 _tiffSizeProc(thandle_t fd)
117 _tiffDummyMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize)
134 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize)
140 _tiffDummyUnmapProc(thandle_t fd, tdata_t base, toff_t size)
145 _tiffUnmapProc(thandle_t fd, tdata_t base, toff_t size)
161 (thandle_t)if
[all...]
H A Dtif_apple.c59 _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size)
66 _tiffWriteProc(thandle_t fd, tdata_t buf, tsize_t size)
73 _tiffSeekProc(thandle_t fd, toff_t off, int whence)
106 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize)
112 _tiffUnmapProc(thandle_t fd, tdata_t base, toff_t size)
117 _tiffCloseProc(thandle_t fd)
123 _tiffSizeProc(thandle_t fd)
142 tif = TIFFClientOpen(name, mode, (thandle_t) fd,
H A Dtif_atari.c48 _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size)
61 _tiffWriteProc(thandle_t fd, tdata_t buf, tsize_t size)
74 _tiffSeekProc(thandle_t fd, off_t off, int whence)
106 _tiffCloseProc(thandle_t fd)
119 _tiffSizeProc(thandle_t fd)
130 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize)
136 _tiffUnmapProc(thandle_t fd, tdata_t base, toff_t size)
149 (thandle_t) fd,
H A Dtif_win3.c40 _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size)
46 _tiffWriteProc(thandle_t fd, tdata_t buf, tsize_t size)
52 _tiffSeekProc(thandle_t fd, toff_t off, int whence)
58 _tiffCloseProc(thandle_t fd)
66 _tiffSizeProc(thandle_t fd)
73 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize)
79 _tiffUnmapProc(thandle_t fd, tdata_t base, toff_t size)
92 (thandle_t) fd,
H A Dtif_vms.c50 _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size)
56 _tiffWriteProc(thandle_t fd, tdata_t buf, tsize_t size)
62 _tiffSeekProc(thandle_t fd, toff_t off, int whence)
68 _tiffCloseProc(thandle_t fd)
76 _tiffSizeProc(thandle_t fd)
113 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize)
174 _tiffUnmapProc(thandle_t fd, tdata_t base, toff_t size)
197 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize)
203 _tiffUnmapProc(thandle_t fd, tdata_t base, toff_t size)
217 (thandle_t) f
[all...]
H A Dtiffio.h91 DECLARE_HANDLE(thandle_t); /* Win32 file handle */ variable
93 typedef HFILE thandle_t; /* client data handle */ typedef
96 typedef void* thandle_t; /* client data handle */ typedef
270 typedef tsize_t (*TIFFReadWriteProc)(thandle_t, tdata_t, tsize_t);
271 typedef toff_t (*TIFFSeekProc)(thandle_t, toff_t, int);
272 typedef int (*TIFFCloseProc)(thandle_t);
273 typedef toff_t (*TIFFSizeProc)(thandle_t);
274 typedef int (*TIFFMapFileProc)(thandle_t, tdata_t*, toff_t*);
275 typedef void (*TIFFUnmapFileProc)(thandle_t, tdata_t, toff_t);
362 thandle_t,
[all...]
H A Dtif_acorn.c367 _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size)
373 _tiffWriteProc(thandle_t fd, tdata_t buf, tsize_t size)
379 _tiffSeekProc(thandle_t fd, toff_t off, int whence)
385 _tiffCloseProc(thandle_t fd)
391 _tiffSizeProc(thandle_t fd)
402 _tiffMapProc(thandle_t fd, tdata_t* pbase, toff_t* psize)
409 _tiffUnmapProc(thandle_t fd, tdata_t base, toff_t size)
423 (thandle_t) fd,
H A Dtif_open.c127 thandle_t clientdata,
H A Dtiffiop.h148 thandle_t tif_clientdata; /* callback parameter */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagtiff.cpp90 wxTIFFNullProc(thandle_t WXUNUSED(handle),
98 wxTIFFReadProc(thandle_t handle, tdata_t buf, tsize_t size)
106 wxTIFFWriteProc(thandle_t handle, tdata_t buf, tsize_t size)
114 wxTIFFSeekIProc(thandle_t handle, toff_t off, int whence)
123 wxTIFFSeekOProc(thandle_t handle, toff_t off, int whence)
132 wxTIFFCloseIProc(thandle_t WXUNUSED(handle))
139 wxTIFFCloseOProc(thandle_t handle)
147 wxTIFFSizeProc(thandle_t handle)
154 wxTIFFMapProc(thandle_t WXUNUSED(handle),
162 wxTIFFUnmapProc(thandle_t WXUNUSE
[all...]

Completed in 46 milliseconds