Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Go to the source code of this file.
Functions | |
const char *ZEXPORT | zlibVersion () |
uLong ZEXPORT | zlibCompileFlags () |
const char *ZEXPORT | zError (int err) |
voidpf ZLIB_INTERNAL | zcalloc (voidpf opaque, unsigned items, unsigned size) |
void ZLIB_INTERNAL | zcfree (voidpf opaque, voidpf ptr) |
Variables | |
z_const char *const | z_errmsg [10] |
voidpf ZLIB_INTERNAL zcalloc | ( | voidpf | opaque, |
unsigned | items, | ||
unsigned | size | ||
) |
Definition at line 307 of file zutil.c.
References calloc, and malloc.
Referenced by deflateInit2_(), inflateBack9Init_(), inflateBackInit_(), and inflateInit2_().
void ZLIB_INTERNAL zcfree | ( | voidpf | opaque, |
voidpf | ptr | ||
) |
Definition at line 317 of file zutil.c.
Referenced by deflateInit2_(), inflateBack9Init_(), inflateBackInit_(), and inflateInit2_().