Lines Matching refs:thandle_t
99 DECLARE_HANDLE(thandle_t); /* Win32 file handle */
101 typedef HFILE thandle_t; /* client data handle */ typedef
104 typedef void* thandle_t; /* client data handle */ typedef
272 typedef void (*TIFFErrorHandlerExt)(thandle_t, const char*, const char*, va_list);
273 typedef tmsize_t (*TIFFReadWriteProc)(thandle_t, void*, tmsize_t);
274 typedef toff_t (*TIFFSeekProc)(thandle_t, toff_t, int);
275 typedef int (*TIFFCloseProc)(thandle_t);
276 typedef toff_t (*TIFFSizeProc)(thandle_t);
277 typedef int (*TIFFMapFileProc)(thandle_t, void** base, toff_t* size);
278 typedef void (*TIFFUnmapFileProc)(thandle_t, void* base, toff_t size);
373 extern thandle_t TIFFClientdata(TIFF*);
374 extern thandle_t TIFFSetClientdata(TIFF*, thandle_t);
446 thandle_t,
454 extern void TIFFErrorExt(thandle_t, const char*, const char*, ...) __attribute__((__format__ (__pri…
456 extern void TIFFWarningExt(thandle_t, const char*, const char*, ...) __attribute__((__format__ (__p…