RetroArch
Functions
gzread.c File Reference
#include "gzguts.h"
Include dependency graph for gzread.c:

Functions

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

Function Documentation

◆ gz_avail()

static int gz_avail ( gz_statep  state)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gz_decomp()

static int gz_decomp ( gz_statep  state)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gz_fetch()

static int gz_fetch ( gz_statep  state)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gz_load()

static int gz_load ( gz_statep  state,
unsigned char *  buf,
unsigned  len,
unsigned *  have 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gz_look()

static int gz_look ( gz_statep  state)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gz_skip()

static int gz_skip ( gz_statep  state,
z_off64_t  len 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gzclose_r()

int gzclose_r ( gzFile  file)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gzdirect()

int gzdirect ( gzFile  file)
Here is the call graph for this function:

◆ gzgetc()

int gzgetc ( gzFile  file)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gzgetc_()

int gzgetc_ ( gzFile  file)
Here is the call graph for this function:

◆ gzgets()

char* gzgets ( gzFile  file,
char *  buf,
int  len 
)
Here is the call graph for this function:

◆ gzread()

int gzread ( gzFile  file,
voidp  buf,
unsigned  len 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gzungetc()

int gzungetc ( int  c,
gzFile  file 
)
Here is the call graph for this function: