- adler32
uLong adler32(uLong adler, Bytef* buf, uInt len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- adler32_combine
uLong adler32_combine(uLong adler1, uLong adler2, z_off_t len2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- compress
int compress(Bytef* dest, uLongf* destLen, Bytef* source, uLong sourceLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- compress2
int compress2(Bytef* dest, uLongf* destLen, Bytef* source, uLong sourceLen, int level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- compressBound
uLong compressBound(uLong sourceLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crc32
uLong crc32(uLong crc, Bytef* buf, uInt len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crc32_combine
uLong crc32_combine(uLong crc1, uLong crc2, z_off_t len2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deflate
int deflate(z_streamp strm, int flush)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deflateBound
uLong deflateBound(z_streamp strm, uLong sourceLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deflateCopy
int deflateCopy(z_streamp dest, z_streamp source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deflateEnd
int deflateEnd(z_streamp strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deflateInit
int deflateInit(z_streamp strm, int level)
Undocumented in source. Be warned that the author may not have intended to support it.
- deflateInit2
int deflateInit2(z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy)
Undocumented in source. Be warned that the author may not have intended to support it.
- deflateInit2_
int deflateInit2_(z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy, const(char)* ver, int stream_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deflateInit_
int deflateInit_(z_streamp strm, int level, const(char)* ver, int stream_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deflateParams
int deflateParams(z_streamp strm, int level, int strategy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deflatePrime
int deflatePrime(z_streamp strm, int bits, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deflateReset
int deflateReset(z_streamp strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deflateSetDictionary
int deflateSetDictionary(z_streamp strm, Bytef* dictionary, uInt dictLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deflateSetHeader
int deflateSetHeader(z_streamp strm, gz_headerp head)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deflateTune
int deflateTune(z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_crc_table
uLongf* get_crc_table()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzclearerr
void gzclearerr(gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzclose
int gzclose(gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzdirect
int gzdirect(gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzdopen
gzFile gzdopen(int fd, char* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzeof
int gzeof(gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzerror
const(char)* gzerror(gzFile file, int* errnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzflush
int gzflush(gzFile file, int flush)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzgetc
int gzgetc(gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzgets
char* gzgets(gzFile file, char* buf, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzopen
gzFile gzopen(char* path, char* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzprintf
int gzprintf(gzFile file, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzputc
int gzputc(gzFile file, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzputs
int gzputs(gzFile file, const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzread
int gzread(gzFile file, voidp buf, uint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzrewind
int gzrewind(gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzseek
z_off_t gzseek(gzFile file, z_off_t offset, int whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzsetparams
int gzsetparams(gzFile file, int level, int strategy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gztell
z_off_t gztell(gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzungetc
int gzungetc(int c, gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gzwrite
int gzwrite(gzFile file, voidpc buf, uint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inflate
int inflate(z_streamp strm, int flush)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inflateBack
int inflateBack(z_streamp strm, in_func in_fn, void* in_desc, out_func out_fn, void* out_desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inflateBackEnd
int inflateBackEnd(z_streamp strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inflateBackInit
int inflateBackInit(z_streamp strm, int windowBits, ubyte* window)
Undocumented in source. Be warned that the author may not have intended to support it.
- inflateBackInit_
int inflateBackInit_(z_streamp strm, int windowBits, ubyte* window, const(char)* ver, int stream_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inflateCopy
int inflateCopy(z_streamp dest, z_streamp source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inflateEnd
int inflateEnd(z_streamp strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inflateGetHeader
int inflateGetHeader(z_streamp strm, gz_headerp head)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inflateInit
int inflateInit(z_streamp strm)
Undocumented in source. Be warned that the author may not have intended to support it.
- inflateInit2
int inflateInit2(z_streamp strm, int windowBits)
Undocumented in source. Be warned that the author may not have intended to support it.
- inflateInit2_
int inflateInit2_(z_streamp strm, int windowBits, const(char)* ver, int stream_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inflateInit_
int inflateInit_(z_streamp strm, const(char)* ver, int stream_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inflatePrime
int inflatePrime(z_streamp strm, int bits, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inflateReset
int inflateReset(z_streamp strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inflateSetDictionary
int inflateSetDictionary(z_streamp strm, Bytef* dictionary, uInt dictLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inflateSync
int inflateSync(z_streamp strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- inflateSyncPoint
int inflateSyncPoint(z_streamp z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uncompress
int uncompress(Bytef* dest, uLongf* destLen, Bytef* source, uLong sourceLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- zError
const(char)* zError(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- zlibCompileFlags
uLong zlibCompileFlags()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- zlibVersion
const(char)* zlibVersion()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.