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

Go to the source code of this file.

Functions

local int gz_load OF ((gz_statep, unsigned char *, unsigned, unsigned *))
 
local int gz_avail OF ((gz_statep))
 
local int gz_skip OF ((gz_statep, z_off64_t))
 
local int gz_load (gz_statep state, unsigned char *buf, unsigned len, unsigned *have)
 
local int gz_avail (gz_statep state)
 
local int gz_look (gz_statep state)
 
local int gz_decomp (gz_statep state)
 
local int gz_fetch (gz_statep state)
 
local int gz_skip (gz_statep state, z_off64_t len)
 
int ZEXPORT gzread (gzFile file, voidp buf, unsigned len)
 
int ZEXPORT gzgetc (gzFile file)
 
int ZEXPORT gzgetc_ (gzFile file)
 
int ZEXPORT gzungetc (int c, gzFile file)
 
char *ZEXPORT gzgets (gzFile file, char *buf, int len)
 
int ZEXPORT gzdirect (gzFile file)
 
int ZEXPORT gzclose_r (gzFile file)
 

Function Documentation

local int gz_avail ( gz_statep  state)

Definition at line 51 of file gzread.c.

local int gz_decomp ( gz_statep  state)

Definition at line 171 of file gzread.c.

local int gz_fetch ( gz_statep  state)

Definition at line 225 of file gzread.c.

local int gz_load ( gz_statep  state,
unsigned char *  buf,
unsigned  len,
unsigned *  have 
)

Definition at line 20 of file gzread.c.

local int gz_look ( gz_statep  state)

Definition at line 85 of file gzread.c.

local int gz_skip ( gz_statep  state,
z_off64_t  len 
)

Definition at line 255 of file gzread.c.

int ZEXPORT gzclose_r ( gzFile  file)

Definition at line 562 of file gzread.c.

int ZEXPORT gzdirect ( gzFile  file)

Definition at line 542 of file gzread.c.

int ZEXPORT gzgetc ( gzFile  file)

Definition at line 382 of file gzread.c.

int ZEXPORT gzgetc_ ( gzFile  file)

Definition at line 411 of file gzread.c.

char* ZEXPORT gzgets ( gzFile  file,
char *  buf,
int  len 
)

Definition at line 478 of file gzread.c.

int ZEXPORT gzread ( gzFile  file,
voidp  buf,
unsigned  len 
)

Definition at line 287 of file gzread.c.

int ZEXPORT gzungetc ( int  c,
gzFile  file 
)

Definition at line 418 of file gzread.c.

local int gz_load OF ( (gz_statep, unsigned char *, unsigned, unsigned *)  )
local int gz_avail OF ( (gz_statep )
local int gz_skip OF ( (gz_statep, z_off64_t )