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]
Macros | Functions | Variables
tif_atari.c File Reference
#include "tiffiop.h"
#include <osbind.h>
#include <fcntl.h>
#include <errno.h>
#include <stdlib.h>

Go to the source code of this file.

Macros

#define O_ACCMODE   3
 
#define AEFILNF   -33
 

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, size_t c)
 
void _TIFFmemcpy (tdata_t d, const tdata_t s, size_t c)
 
int _TIFFmemcmp (const tdata_t p1, const tdata_t p2, tsize_t c)
 

Variables

TIFFErrorHandler _TIFFwarningHandler = atariWarningHandler
 
TIFFErrorHandler _TIFFerrorHandler = atariErrorHandler
 

Macro Definition Documentation

◆ AEFILNF

#define AEFILNF   -33

Definition at line 45 of file tif_atari.c.

Referenced by TIFFOpen().

◆ O_ACCMODE

#define O_ACCMODE   3

Definition at line 40 of file tif_atari.c.

Referenced by TIFFOpen().

Function Documentation

◆ _TIFFfree()

void _TIFFfree ( tdata_t  p)

Definition at line 195 of file tif_atari.c.

References free().

◆ _TIFFmalloc()

tdata_t _TIFFmalloc ( tsize_t  s)

Definition at line 189 of file tif_atari.c.

References malloc().

◆ _TIFFmemcmp()

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

Definition at line 219 of file tif_atari.c.

◆ _TIFFmemcpy()

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

Definition at line 213 of file tif_atari.c.

◆ _TIFFmemset()

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

Definition at line 207 of file tif_atari.c.

◆ _TIFFrealloc()

tdata_t _TIFFrealloc ( tdata_t  p,
tsize_t  s 
)

Definition at line 201 of file tif_atari.c.

◆ TIFFFdOpen()

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

Definition at line 144 of file tif_atari.c.

References TIFFClientOpen().

Referenced by TIFFOpen().

◆ TIFFOpen()

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

Definition at line 161 of file tif_atari.c.

References _TIFFgetMode(), AEFILNF, int, O_ACCMODE, TIFFErrorExt(), and TIFFFdOpen().

Variable Documentation

◆ _TIFFerrorHandler

TIFFErrorHandler _TIFFerrorHandler = atariErrorHandler

Definition at line 243 of file tif_atari.c.

◆ _TIFFwarningHandler

TIFFErrorHandler _TIFFwarningHandler = atariWarningHandler

Definition at line 233 of file tif_atari.c.