tango.util.compress.c.zlib

Undocumented in source.

Members

Aliases

gzFile
alias gzFile = voidp
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gz_headerp
alias gz_headerp = gz_header*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
in_func
alias in_func = uint function(void*, ubyte**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
out_func
alias out_func = int function(void*, ubyte*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
z_streamp
alias z_streamp = z_stream*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlib_version
alias zlib_version = zlibVersion
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

Z_BINARY
anonymousenum Z_BINARY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Z_DEFLATED
anonymousenum Z_DEFLATED
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Z_FILTERED
anonymousenum Z_FILTERED
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Z_NO_COMPRESSION
anonymousenum Z_NO_COMPRESSION
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Z_NO_FLUSH
anonymousenum Z_NO_FLUSH
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Z_OK
anonymousenum Z_OK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

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.

Manifest constants

Z_NULL
enum Z_NULL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gz_header
struct gz_header
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
z_stream
struct z_stream
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

ZLIB_VERNUM
enum uint ZLIB_VERNUM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZLIB_VERSION
enum immutable(char)* ZLIB_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta