Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
gzlib.c File Reference
#include "gzguts.h"

Macros

#define LSEEK   lseek
 

Functions

local void gz_reset _Z_OF ((gz_statep))
 
local gzFile gz_open _Z_OF ((const void *, int, const char *))
 
local void gz_reset (gz_statep state)
 
local gzFile gz_open (const void *path, int fd, const char *mode)
 
gzFile ZEXPORT gzopen (const char *path, const char *mode)
 
gzFile ZEXPORT gzopen64 (const char *path, const char *mode)
 
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

◆ LSEEK

#define LSEEK   lseek

Function Documentation

◆ _Z_OF() [1/2]

local gzFile gz_open _Z_OF ( (const void *, int, const char *) )

◆ _Z_OF() [2/2]

local void gz_reset _Z_OF ( (gz_statep) )

◆ gz_error()

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

◆ gz_intmax()

unsigned ZLIB_INTERNAL gz_intmax ( )

◆ gz_open()

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

◆ gz_reset()

local void gz_reset ( gz_statep state)

◆ gzbuffer()

int ZEXPORT gzbuffer ( gzFile file,
unsigned size )

◆ gzclearerr()

void ZEXPORT gzclearerr ( gzFile file)

◆ gzdopen()

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

◆ gzeof()

int ZEXPORT gzeof ( gzFile file)

◆ gzerror()

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

◆ gzoffset()

z_off_t ZEXPORT gzoffset ( gzFile file)

◆ gzoffset64()

z_off64_t ZEXPORT gzoffset64 ( gzFile file)

◆ gzopen()

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

◆ gzopen64()

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

◆ gzrewind()

int ZEXPORT gzrewind ( gzFile file)

◆ gzseek()

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

◆ gzseek64()

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

◆ gztell()

z_off_t ZEXPORT gztell ( gzFile file)

◆ gztell64()

z_off64_t ZEXPORT gztell64 ( gzFile file)