NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
gzlib.c File Reference
#include "gzguts.h"

Go to the source code of this file.

Macros

#define LSEEK   lseek
 

Functions

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

Macro Definition Documentation

#define LSEEK   lseek

Definition at line 14 of file gzlib.c.

Function Documentation

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

Definition at line 564 of file gzlib.c.

unsigned ZLIB_INTERNAL gz_intmax ( )

Definition at line 608 of file gzlib.c.

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

Definition at line 91 of file gzlib.c.

local void gz_reset ( gz_statep  state)

Definition at line 75 of file gzlib.c.

int ZEXPORT gzbuffer ( gzFile  file,
unsigned  size 
)

Definition at line 304 of file gzlib.c.

void ZEXPORT gzclearerr ( gzFile  file)

Definition at line 538 of file gzlib.c.

gzFile ZEXPORT gzdopen ( int  fd,
const char *  mode 
)

Definition at line 278 of file gzlib.c.

int ZEXPORT gzeof ( gzFile  file)

Definition at line 501 of file gzlib.c.

const char* ZEXPORT gzerror ( gzFile  file,
int *  errnum 
)

Definition at line 518 of file gzlib.c.

z_off_t ZEXPORT gzoffset ( gzFile  file)

Definition at line 491 of file gzlib.c.

z_off64_t ZEXPORT gzoffset64 ( gzFile  file)

Definition at line 468 of file gzlib.c.

gzFile ZEXPORT gzopen ( char *  path,
const char *  mode 
) const

Definition at line 262 of file gzlib.c.

gzFile ZEXPORT gzopen64 ( char *  path,
const char *  mode 
) const

Definition at line 270 of file gzlib.c.

int ZEXPORT gzrewind ( gzFile  file)

Definition at line 329 of file gzlib.c.

z_off_t ZEXPORT gzseek ( gzFile  file,
z_off_t  offset,
int  whence 
)

Definition at line 429 of file gzlib.c.

z_off64_t ZEXPORT gzseek64 ( gzFile  file,
z_off64_t  offset,
int  whence 
)

Definition at line 352 of file gzlib.c.

z_off_t ZEXPORT gztell ( gzFile  file)

Definition at line 458 of file gzlib.c.

z_off64_t ZEXPORT gztell64 ( gzFile  file)

Definition at line 441 of file gzlib.c.

local void gz_reset OF ( (gz_statep )
local gzFile gz_open OF ( (const void *, int, const char *)  )