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_unix.c File Reference
#include "tif_config.h"
#include <sys/types.h>
#include <stdarg.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "tiffiop.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)
 
void_TIFFmalloc (tsize_t s)
 
void _TIFFfree (tdata_t p)
 
void_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 = unixWarningHandler
 
TIFFErrorHandler _TIFFerrorHandler = unixErrorHandler
 

Function Documentation

◆ _TIFFfree()

void _TIFFfree ( tdata_t  p)

Definition at line 245 of file tif_unix.c.

References free().

Referenced by TIFFOpen().

◆ _TIFFmalloc()

void* _TIFFmalloc ( tsize_t  s)

Definition at line 239 of file tif_unix.c.

References malloc().

Referenced by TIFFOpen().

◆ _TIFFmemcmp()

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

Definition at line 269 of file tif_unix.c.

◆ _TIFFmemcpy()

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

Definition at line 263 of file tif_unix.c.

◆ _TIFFmemset()

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

Definition at line 257 of file tif_unix.c.

◆ _TIFFrealloc()

void* _TIFFrealloc ( tdata_t  p,
tsize_t  s 
)

Definition at line 251 of file tif_unix.c.

◆ TIFFFdOpen()

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

Definition at line 135 of file tif_unix.c.

References TIFFClientOpen().

Referenced by TIFFOpen().

◆ TIFFOpen()

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

Variable Documentation

◆ _TIFFerrorHandler

TIFFErrorHandler _TIFFerrorHandler = unixErrorHandler

Definition at line 293 of file tif_unix.c.

◆ _TIFFwarningHandler

TIFFErrorHandler _TIFFwarningHandler = unixWarningHandler

Definition at line 283 of file tif_unix.c.