NCBI C++ ToolKit
Macros | Functions
uncompr.c File Reference
#include "zlib.h"
+ Include dependency graph for uncompr.c:

Go to the source code of this file.

Go to the SVN repository for this file.

Go to the SVN repository for this file.

Go to the SVN repository for this file.

Macros

#define ZLIB_INTERNAL
 

Functions

int ZEXPORT uncompress2 (Bytef *dest, uLongf *destLen, const Bytef *source, uLong *sourceLen)
 
int ZEXPORT uncompress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
 

Macro Definition Documentation

◆ ZLIB_INTERNAL

#define ZLIB_INTERNAL

Definition at line 8 of file uncompr.c.

Function Documentation

◆ uncompress()

int ZEXPORT uncompress ( Bytef dest,
uLongf destLen,
const Bytef source,
uLong  sourceLen 
)

Definition at line 86 of file uncompr.c.

References rapidjson::source, and uncompress2().

◆ uncompress2()

int ZEXPORT uncompress2 ( Bytef dest,
uLongf destLen,
const Bytef source,
uLong sourceLen 
)
Modified on Mon Nov 27 01:00:36 2023 by modify_doxy.py rev. 669887
Modified on Tue Nov 28 02:23:26 2023 by modify_doxy.py rev. 669887
Modified on Wed Nov 29 02:20:02 2023 by modify_doxy.py rev. 669887