Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
gzlib.c File Reference
#include "gzguts.h"
Include dependency graph for gzlib.c:

Go to the source code of this file.

Macros

#define LSEEK   lseek
 

Functions

static void gz_reset ()
 
static gzFile gz_open ()
 
static void gz_reset (gz_statep state)
 
static gzFile gz_open (void *path, int fd, char *mode)
 
gzFile gzopen (char *path, char *mode)
 
gzFile gzopen64 (char *path, char *mode)
 
gzFile gzdopen (int fd, char *mode)
 
int gzbuffer (gzFile file, unsigned size)
 
int gzrewind (gzFile file)
 
long gzseek64 (gzFile file, long offset, int whence)
 
long gzseek (gzFile file, long offset, int whence)
 
long gztell64 (gzFile file)
 
long gztell (gzFile file)
 
long gzoffset64 (gzFile file)
 
long gzoffset (gzFile file)
 
int gzeof (gzFile file)
 
char * gzerror (gzFile file, int *errnum)
 
void gzclearerr (gzFile file)
 
void gz_error (gz_statep state, int err, char *msg)
 
unsigned gz_intmax ()
 

Macro Definition Documentation

#define LSEEK   lseek

Definition at line 14 of file gzlib.c.

Function Documentation

void gz_error ( gz_statep  state,
int  err,
char *  msg 
)

Definition at line 575 of file gzlib.c.

unsigned gz_intmax ( )

Definition at line 622 of file gzlib.c.

static gzFile gz_open ( )
static
static gzFile gz_open ( void *  path,
int  fd,
char *  mode 
)
static

Definition at line 91 of file gzlib.c.

static void gz_reset ( )
static
static void gz_reset ( gz_statep  state)
static

Definition at line 75 of file gzlib.c.

int gzbuffer ( gzFile  file,
unsigned  size 
)

Definition at line 314 of file gzlib.c.

void gzclearerr ( gzFile  file)

Definition at line 549 of file gzlib.c.

gzFile gzdopen ( int  fd,
char *  mode 
)

Definition at line 284 of file gzlib.c.

int gzeof ( gzFile  file)

Definition at line 511 of file gzlib.c.

char* gzerror ( gzFile  file,
int *  errnum 
)

Definition at line 528 of file gzlib.c.

long gzoffset ( gzFile  file)

Definition at line 501 of file gzlib.c.

long gzoffset64 ( gzFile  file)

Definition at line 478 of file gzlib.c.

gzFile gzopen ( char *  path,
char *  mode 
)

Definition at line 268 of file gzlib.c.

gzFile gzopen64 ( char *  path,
char *  mode 
)

Definition at line 276 of file gzlib.c.

int gzrewind ( gzFile  file)

Definition at line 339 of file gzlib.c.

long gzseek ( gzFile  file,
long  offset,
int  whence 
)

Definition at line 439 of file gzlib.c.

long gzseek64 ( gzFile  file,
long  offset,
int  whence 
)

Definition at line 362 of file gzlib.c.

long gztell ( gzFile  file)

Definition at line 468 of file gzlib.c.

long gztell64 ( gzFile  file)

Definition at line 451 of file gzlib.c.