Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
sinfl.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sinfl
 

Macros

#define SINFL_PRE_TBL_SIZE   128
 
#define SINFL_LIT_TBL_SIZE   1334
 
#define SINFL_OFF_TBL_SIZE   402
 

Functions

int sinflate (void *out, int cap, const void *in, int size)
 
int zsinflate (void *out, int cap, const void *in, int size)
 

Macro Definition Documentation

◆ SINFL_LIT_TBL_SIZE

#define SINFL_LIT_TBL_SIZE   1334

Definition at line 120 of file sinfl.h.

◆ SINFL_OFF_TBL_SIZE

#define SINFL_OFF_TBL_SIZE   402

Definition at line 121 of file sinfl.h.

◆ SINFL_PRE_TBL_SIZE

#define SINFL_PRE_TBL_SIZE   128

Definition at line 119 of file sinfl.h.

Function Documentation

◆ sinflate()

int sinflate ( void *  out,
int  cap,
const void *  in,
int  size 
)
+ Here is the caller graph for this function:

◆ zsinflate()

int zsinflate ( void *  out,
int  cap,
const void *  in,
int  size 
)