☰
miniz_oxide_c_api
Modules
lib_oxide
Macros
unmangle
Structs
tdefl_compressor
tinfl_decompressor
Constants
MZ_ADLER32_INIT
MZ_BLOCK
MZ_CRC32_INIT
MZ_DEFAULT_STRATEGY
MZ_DEFAULT_WINDOW_BITS
MZ_DEFLATED
MZ_FILTERED
MZ_FINISH
MZ_FIXED
MZ_FULL_FLUSH
MZ_HUFFMAN_ONLY
MZ_NO_FLUSH
MZ_PARTIAL_FLUSH
MZ_RLE
MZ_SYNC_FLUSH
Functions
miniz_def_alloc_func
miniz_def_free_func
miniz_def_realloc_func
mz_adler32
mz_adler32_oxide
mz_compress
mz_compress2
mz_compressBound
mz_crc32
mz_crc32_oxide
mz_deflate
mz_deflateBound
mz_deflateEnd
mz_deflateInit
mz_deflateInit2
mz_deflateReset
mz_inflate
mz_inflateEnd
mz_inflateInit
mz_inflateInit2
mz_uncompress
tdefl_allocate
tdefl_compress
tdefl_compress_buffer
tdefl_compress_mem_to_heap
tdefl_compress_mem_to_mem
tdefl_compress_mem_to_output
tdefl_create_comp_flags_from_zip_params
tdefl_deallocate
tdefl_get_adler32
tdefl_get_prev_return_status
tdefl_init
tinfl_decompress
tinfl_decompress_mem_to_heap
tinfl_decompress_mem_to_mem
Crates
adler32
aho_corasick
ansi_term
arrayvec
atty
base64
bitflags
byteorder
bytes
bzip2
bzip2_sys
cfg_if
chrono
clap
crc
crc32fast
crossbeam_deque
crossbeam_epoch
crossbeam_queue
crossbeam_utils
dtoa
encoding_rs
flate2
fnv
foreign_types
foreign_types_shared
futures
futures_cpupool
gen_epub_book
h2
http
httparse
hyper
hyper_tls
idna
indexmap
iovec
itoa
lazy_static
lazycell
libc
libflate
lock_api
log
matches
memchr
memoffset
mime
mime_guess
miniz_oxide
miniz_oxide_c_api
mio
msdos_time
native_tls
net2
nodrop
num_cpus
num_integer
num_traits
openssl
openssl_probe
openssl_sys
owning_ref
parking_lot
parking_lot_core
percent_encoding
phf
phf_shared
podio
rand
rand_chacha
rand_core
rand_hc
rand_isaac
rand_jitter
rand_os
rand_pcg
rand_xorshift
regex
regex_syntax
reqwest
ryu
scopeguard
serde
serde_json
serde_urlencoded
siphasher
slab
smallvec
stable_deref_trait
string
strsim
textwrap
thread_local
time
tokio
tokio_current_thread
tokio_executor
tokio_io
tokio_reactor
tokio_sync
tokio_tcp
tokio_threadpool
tokio_timer
try_lock
ucd_util
unicase
unicode_bidi
unicode_normalization
unicode_width
url
utf8_ranges
uuid
vec_map
want
zip
dark
light
All crates
adler32
aho_corasick
ansi_term
arrayvec
atty
base64
bitflags
byteorder
bytes
bzip2
bzip2_sys
cfg_if
chrono
clap
crc
crc32fast
crossbeam_deque
crossbeam_epoch
crossbeam_queue
crossbeam_utils
dtoa
encoding_rs
flate2
fnv
foreign_types
foreign_types_shared
futures
futures_cpupool
gen_epub_book
h2
http
httparse
hyper
hyper_tls
idna
indexmap
iovec
itoa
lazy_static
lazycell
libc
libflate
lock_api
log
matches
memchr
memoffset
mime
mime_guess
miniz_oxide
miniz_oxide_c_api
mio
msdos_time
native_tls
net2
nodrop
num_cpus
num_integer
num_traits
openssl
openssl_probe
openssl_sys
owning_ref
parking_lot
parking_lot_core
percent_encoding
phf
phf_shared
podio
rand
rand_chacha
rand_core
rand_hc
rand_isaac
rand_jitter
rand_os
rand_pcg
rand_xorshift
regex
regex_syntax
reqwest
ryu
scopeguard
serde
serde_json
serde_urlencoded
siphasher
slab
smallvec
stable_deref_trait
string
strsim
textwrap
thread_local
time
tokio
tokio_current_thread
tokio_executor
tokio_io
tokio_reactor
tokio_sync
tokio_tcp
tokio_threadpool
tokio_timer
try_lock
ucd_util
unicase
unicode_bidi
unicode_normalization
unicode_width
url
utf8_ranges
uuid
vec_map
want
zip
[
−
]
[src]
Function
miniz_oxide_c_api
::
mz_inflateEnd
pub unsafe extern "C" fn mz_inflateEnd(stream:
*mut
mz_stream
) ->
c_int