☰
In zstd_safe
In zstd_safe
Structs
CCtx
CDict
DCtx
DDict
InBuffer
OutBuffer
Enums
CParameter
DParameter
FrameFormat
ResetDirective
Strategy
Constants
BLOCKSIZELOG_MAX
BLOCKSIZE_MAX
CHAINLOG_MAX_32
CHAINLOG_MAX_64
CHAINLOG_MIN
CLEVEL_DEFAULT
CONTENTSIZE_ERROR
CONTENTSIZE_UNKNOWN
HASHLOG3_MAX
HASHLOG_MIN
LDM_BUCKETSIZELOG_MAX
LDM_MINMATCH_MAX
LDM_MINMATCH_MIN
MAGICNUMBER
MAGIC_DICTIONARY
MAGIC_SKIPPABLE_START
SEARCHLOG_MIN
TARGETLENGTH_MAX
TARGETLENGTH_MIN
VERSION_MAJOR
VERSION_MINOR
VERSION_NUMBER
VERSION_RELEASE
WINDOWLOG_MAX_32
WINDOWLOG_MAX_64
WINDOWLOG_MIN
Functions
cctx_load_dictionary
cctx_ref_cdict
cctx_ref_prefix
cctx_reset
cctx_set_parameter
cctx_set_pledged_src_size
compress
compress2
compress_block
compress_bound
compress_cctx
compress_stream
compress_stream2
compress_using_cdict
compress_using_dict
create_cctx
create_cdict
create_cdict_by_reference
create_cstream
create_dctx
create_ddict
create_ddict_by_reference
create_dstream
cstream_in_size
cstream_out_size
dctx_load_dictionary
dctx_ref_ddict
dctx_ref_prefix
dctx_reset
dctx_set_parameter
decompress
decompress_block
decompress_dctx
decompress_stream
decompress_using_ddict
decompress_using_dict
dstream_in_size
dstream_out_size
end_stream
find_decompressed_size
find_frame_compressed_size
flush_stream
get_block_size
get_decompressed_size
get_dict_id
get_dict_id_from_ddict
get_dict_id_from_dict
get_dict_id_from_frame
get_error_name
get_frame_content_size
init_cstream
init_cstream_src_size
init_cstream_using_cdict
init_cstream_using_dict
init_dstream
init_dstream_using_ddict
init_dstream_using_dict
insert_block
is_frame
max_c_level
min_c_level
reset_cstream
reset_dstream
sizeof_cctx
sizeof_cdict
sizeof_cstream
sizeof_dctx
sizeof_ddict
sizeof_dstream
train_from_buffer
version_number
version_string
Type Definitions
CStream
CompressionLevel
DStream
ErrorCode
SafeResult
?
Function
zstd_safe
::
sizeof_cctx
source
·
[
−
]
pub fn sizeof_cctx(cctx: &
CCtx
<'_>) ->
usize
Expand description
Wraps the
ZSTD_sizeofCCtx()
function.