|
ReactOS 0.4.16-dev-2574-g474348f
|

Go to the source code of this file.
Classes | |
| struct | tiffis_data |
| struct | tiffos_data |
Functions | |
| static tmsize_t | _tiffosReadProc (thandle_t, void *, tmsize_t) |
| static tmsize_t | _tiffisReadProc (thandle_t fd, void *buf, tmsize_t size) |
| static tmsize_t | _tiffosWriteProc (thandle_t fd, void *buf, tmsize_t size) |
| static tmsize_t | _tiffisWriteProc (thandle_t, void *, tmsize_t) |
| static uint64_t | _tiffosSeekProc (thandle_t fd, uint64_t off, int whence) |
| static uint64_t | _tiffisSeekProc (thandle_t fd, uint64_t off, int whence) |
| static uint64_t | _tiffosSizeProc (thandle_t fd) |
| static uint64_t | _tiffisSizeProc (thandle_t fd) |
| static int | _tiffosCloseProc (thandle_t fd) |
| static int | _tiffisCloseProc (thandle_t fd) |
| static int | _tiffDummyMapProcCxx (thandle_t, void **base, toff_t *size) |
| static void | _tiffDummyUnmapProcCxx (thandle_t, void *base, toff_t size) |
| static TIFF * | _tiffStreamOpen (const char *name, const char *mode, void *fd) |
| TIFF * | TIFFStreamOpen (const char *name, ostream *os) |
| TIFF * | TIFFStreamOpen (const char *name, istream *is) |
Definition at line 327 of file tif_stream.cxx.
Referenced by _tiffStreamOpen().
Definition at line 334 of file tif_stream.cxx.
Referenced by _tiffStreamOpen().
Definition at line 320 of file tif_stream.cxx.
Referenced by _tiffStreamOpen().
Definition at line 108 of file tif_stream.cxx.
Referenced by _tiffStreamOpen().
Definition at line 241 of file tif_stream.cxx.
Referenced by _tiffStreamOpen().
Definition at line 300 of file tif_stream.cxx.
Referenced by _tiffStreamOpen().
Definition at line 313 of file tif_stream.cxx.
Referenced by _tiffStreamOpen().
Definition at line 140 of file tif_stream.cxx.
Referenced by _tiffStreamOpen().
Definition at line 286 of file tif_stream.cxx.
Referenced by _tiffStreamOpen().
Definition at line 122 of file tif_stream.cxx.
Referenced by _tiffStreamOpen().
Definition at line 343 of file tif_stream.cxx.
Referenced by TIFFStreamOpen().
Definition at line 400 of file tif_stream.cxx.
Definition at line 384 of file tif_stream.cxx.