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_msdos.c File Reference
#include "tiffiop.h"
#include <sys/stat.h>
#include <malloc.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 p1, const tdata_t p2, tsize_t c)
 

Variables

TIFFErrorHandler _TIFFwarningHandler = msdosWarningHandler
 
TIFFErrorHandler _TIFFerrorHandler = msdosErrorHandler
 

Function Documentation

◆ _TIFFfree()

void _TIFFfree ( tdata_t  p)

Definition at line 131 of file tif_msdos.c.

References free().

◆ _TIFFmalloc()

tdata_t _TIFFmalloc ( tsize_t  s)

Definition at line 125 of file tif_msdos.c.

References malloc().

◆ _TIFFmemcmp()

int _TIFFmemcmp ( const tdata_t  p1,
const tdata_t  p2,
tsize_t  c 
)

Definition at line 155 of file tif_msdos.c.

◆ _TIFFmemcpy()

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

Definition at line 149 of file tif_msdos.c.

◆ _TIFFmemset()

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

Definition at line 143 of file tif_msdos.c.

◆ _TIFFrealloc()

tdata_t _TIFFrealloc ( tdata_t  p,
tsize_t  s 
)

Definition at line 137 of file tif_msdos.c.

◆ TIFFFdOpen()

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

Definition at line 84 of file tif_msdos.c.

References TIFFClientOpen().

Referenced by TIFFOpen().

◆ TIFFOpen()

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

Definition at line 101 of file tif_msdos.c.

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

Variable Documentation

◆ _TIFFerrorHandler

TIFFErrorHandler _TIFFerrorHandler = msdosErrorHandler

Definition at line 179 of file tif_msdos.c.

◆ _TIFFwarningHandler

TIFFErrorHandler _TIFFwarningHandler = msdosWarningHandler

Definition at line 169 of file tif_msdos.c.