RetroArch
Macros | Functions
compress.c File Reference
#include <compat/zlib.h>
Include dependency graph for compress.c:

Macros

#define ZLIB_INTERNAL
 

Functions

int compress2 (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level)
 
int compress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
 
uLong compressBound (uLong sourceLen)
 

Macro Definition Documentation

◆ ZLIB_INTERNAL

#define ZLIB_INTERNAL

Function Documentation

◆ compress()

int compress ( Bytef dest,
uLongf destLen,
const Bytef source,
uLong  sourceLen 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ compress2()

int compress2 ( Bytef dest,
uLongf destLen,
const Bytef source,
uLong  sourceLen,
int  level 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ compressBound()

uLong compressBound ( uLong  sourceLen)
Here is the caller graph for this function: