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

Functions

static int gz_init (gz_statep)
 
static int gz_comp (gz_statep, int)
 
static int gz_zero (gz_statep, z_off64_t)
 
int gzvprintf (gzFile file, const char *format, va_list va)
 
int gzwrite (gzFile file, voidpc buf, unsigned len)
 
int gzputc (gzFile file, int c)
 
int gzputs (gzFile file, const char *str)
 
int gzprintf (gzFile file, const char *format, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8, int a9, int a10, int a11, int a12, int a13, int a14, int a15, int a16, int a17, int a18, int a19, int a20)
 
int gzflush (gzFile file, int flush)
 
int gzsetparams (gzFile file, int level, int strategy)
 
int gzclose_w (gzFile file)
 

Function Documentation

◆ gz_comp()

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

◆ gz_init()

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

◆ gz_zero()

static int gz_zero ( 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_w()

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

◆ gzflush()

int gzflush ( gzFile  file,
int  flush 
)
Here is the call graph for this function:

◆ gzprintf()

int gzprintf ( gzFile  file,
const char *  format,
int  a1,
int  a2,
int  a3,
int  a4,
int  a5,
int  a6,
int  a7,
int  a8,
int  a9,
int  a10,
int  a11,
int  a12,
int  a13,
int  a14,
int  a15,
int  a16,
int  a17,
int  a18,
int  a19,
int  a20 
)
Here is the call graph for this function:

◆ gzputc()

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

◆ gzputs()

int gzputs ( gzFile  file,
const char *  str 
)
Here is the call graph for this function:

◆ gzsetparams()

int gzsetparams ( gzFile  file,
int  level,
int  strategy 
)
Here is the call graph for this function:

◆ gzvprintf()

int gzvprintf ( gzFile  file,
const char *  format,
va_list  va 
)

◆ gzwrite()

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