- adler32
uint adler32(uint adler, ubyte* 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
uint adler32_combine(uint adler1, uint 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(ubyte* dest, size_t* destLen, ubyte* source, size_t 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(ubyte* dest, size_t* destLen, ubyte* source, size_t 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
size_t compressBound(size_t sourceLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- crc32
uint crc32(uint crc, ubyte* 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
uint crc32(uint crc, const(void)[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- crc32_combine
uint crc32_combine(uint crc1, uint 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
int deflateBound(z_streamp strm, size_t sourceLen)
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, char* versionx, 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, char* versionx, 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.
- get_crc_table
uint* 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
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, 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, 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, void* 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, void* 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.
- inflateBackInit_
int inflateBackInit_(z_stream* strm, int windowBits, ubyte* window, char* z_version, 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.
- 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.
- 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, char* versionx, 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, char* versionx, 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.
- 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(ubyte* dest, size_t* destLen, ubyte* source, size_t sourceLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- zError
char* zError(int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- zlibVersion
char* zlibVersion()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.