Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Functions | Variables
tif_win3.c File Reference
#include "tiffiop.h"
#include <windows.h>
#include <windowsx.h>
#include <memory.h>
#include <sys/stat.h>

Go to the source code of this file.

Functions

TIFFTIFFFdOpen (int fd, const char *name, const char *mode)
 
TIFFTIFFOpen (const char *name, const char *mode)
 
tdata_t _TIFFmalloc (tsize_t s)
 
void _TIFFfree (tdata_t p)
 
tdata_t _TIFFrealloc (tdata_t p, tsize_t s)
 
void _TIFFmemset (tdata_t p, int v, tsize_t c)
 
void _TIFFmemcpy (tdata_t d, const tdata_t s, tsize_t c)
 
int _TIFFmemcmp (const tdata_t d, const tdata_t s, tsize_t c)
 

Variables

TIFFErrorHandler _TIFFwarningHandler = win3WarningHandler
 
TIFFErrorHandler _TIFFerrorHandler = win3ErrorHandler
 

Function Documentation

◆ _TIFFfree()

void _TIFFfree ( tdata_t  p)

Definition at line 137 of file tif_win3.c.

◆ _TIFFmalloc()

tdata_t _TIFFmalloc ( tsize_t  s)

Definition at line 131 of file tif_win3.c.

◆ _TIFFmemcmp()

int _TIFFmemcmp ( const tdata_t  d,
const tdata_t  s,
tsize_t  c 
)

Definition at line 175 of file tif_win3.c.

References chunk.

◆ _TIFFmemcpy()

void _TIFFmemcpy ( tdata_t  d,
const tdata_t  s,
tsize_t  c 
)

Definition at line 166 of file tif_win3.c.

◆ _TIFFmemset()

void _TIFFmemset ( tdata_t  p,
int  v,
tsize_t  c 
)

Definition at line 149 of file tif_win3.c.

References chunk.

◆ _TIFFrealloc()

tdata_t _TIFFrealloc ( tdata_t  p,
tsize_t  s 
)

Definition at line 143 of file tif_win3.c.

◆ TIFFFdOpen()

TIFF* TIFFFdOpen ( int  fd,
const char *  name,
const char *  mode 
)

Definition at line 87 of file tif_win3.c.

References TIFFClientOpen().

Referenced by TIFFOpen().

◆ TIFFOpen()

TIFF* TIFFOpen ( const char *  name,
const char *  mode 
)

Definition at line 104 of file tif_win3.c.

References _TIFFgetMode(), TIFFErrorExt(), and TIFFFdOpen().

Variable Documentation

◆ _TIFFerrorHandler

TIFFErrorHandler _TIFFerrorHandler = win3ErrorHandler

Definition at line 225 of file tif_win3.c.

◆ _TIFFwarningHandler

TIFFErrorHandler _TIFFwarningHandler = win3WarningHandler

Definition at line 213 of file tif_win3.c.