Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
zstd_zlibwrapper.h File Reference
#include <zlib.h>

Go to the source code of this file.

Macros

#define ZLIB_CONST
 
#define Z_PREFIX
 
#define ZLIB_INTERNAL   /* disables gz*64 functions but fixes zlib 1.2.4 with Z_PREFIX */
 
#define z_const
 
#define _Z_OF   OF
 

Enumerations

enum  ZWRAP_decompress_type { ZWRAP_FORCE_ZLIB , ZWRAP_AUTO }
 

Functions

const char * zstdVersion (void)
 
void ZWRAP_useZSTDcompression (int turn_on)
 
int ZWRAP_isUsingZSTDcompression (void)
 
int ZWRAP_setPledgedSrcSize (z_streamp strm, unsigned long long pledgedSrcSize)
 
int ZWRAP_deflateReset_keepDict (z_streamp strm)
 
void ZWRAP_setDecompressionType (ZWRAP_decompress_type type)
 
ZWRAP_decompress_type ZWRAP_getDecompressionType (void)
 
int ZWRAP_isUsingZSTDdecompression (z_streamp strm)
 
int ZWRAP_inflateReset_keepDict (z_streamp strm)
 

Macro Definition Documentation

◆ _Z_OF

#define _Z_OF   OF

◆ z_const

#define z_const

◆ Z_PREFIX

#define Z_PREFIX

◆ ZLIB_CONST

#define ZLIB_CONST

◆ ZLIB_INTERNAL

#define ZLIB_INTERNAL   /* disables gz*64 functions but fixes zlib 1.2.4 with Z_PREFIX */

Enumeration Type Documentation

◆ ZWRAP_decompress_type

Enumerator
ZWRAP_FORCE_ZLIB 
ZWRAP_AUTO 

Function Documentation

◆ zstdVersion()

const char * zstdVersion ( void )

◆ ZWRAP_deflateReset_keepDict()

int ZWRAP_deflateReset_keepDict ( z_streamp strm)

◆ ZWRAP_getDecompressionType()

ZWRAP_decompress_type ZWRAP_getDecompressionType ( void )

◆ ZWRAP_inflateReset_keepDict()

int ZWRAP_inflateReset_keepDict ( z_streamp strm)

◆ ZWRAP_isUsingZSTDcompression()

int ZWRAP_isUsingZSTDcompression ( void )

◆ ZWRAP_isUsingZSTDdecompression()

int ZWRAP_isUsingZSTDdecompression ( z_streamp strm)

◆ ZWRAP_setDecompressionType()

void ZWRAP_setDecompressionType ( ZWRAP_decompress_type type)

◆ ZWRAP_setPledgedSrcSize()

int ZWRAP_setPledgedSrcSize ( z_streamp strm,
unsigned long long pledgedSrcSize )

◆ ZWRAP_useZSTDcompression()

void ZWRAP_useZSTDcompression ( int turn_on)