Go to the source code of this file.
|
int | inflateMemory (unsigned char *in, unsigned int inLength, unsigned char *&out, unsigned int &outLength) |
| Inflates either zlib or gzip deflated memory.
|
|
int | inflateMemory (unsigned char *in, unsigned int inLength, unsigned char *&out) |
|
◆ inflateMemory() [1/2]
int inflateMemory |
( |
unsigned char * |
in, |
|
|
unsigned int |
inLength, |
|
|
unsigned char *& |
out |
|
) |
| |
◆ inflateMemory() [2/2]
int inflateMemory |
( |
unsigned char * |
in, |
|
|
unsigned int |
inLength, |
|
|
unsigned char *& |
out, |
|
|
unsigned int & |
outLength |
|
) |
| |
Inflates either zlib or gzip deflated memory.
The inflated memory is expected to be freed by the caller.
Definition at line 34 of file zlib.cpp.