#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "misc/util/abc_global.h"
#include "zlib.h"
Go to the source code of this file.
◆ ZLIB_INTERNAL
◆ uncompress()
Definition at line 31 of file uncompr.c.
32{
34 int err;
35
38
40
44
45 stream.
zalloc = (alloc_func)0;
46 stream.
zfree = (free_func)0;
47
49 if (err !=
Z_OK)
return err;
50
56 return err;
57 }
59
61 return err;
62}
int ZEXPORT inflate(z_streamp strm, int flush)
int ZEXPORT inflateEnd(z_streamp strm)
struct z_stream_s z_stream
#define inflateInit(strm)