☰
In zstd_sys
Structs
ZDICT_params_t
ZSTD_CCtx_s
ZSTD_CDict_s
ZSTD_DCtx_s
ZSTD_DDict_s
ZSTD_bounds
ZSTD_inBuffer_s
ZSTD_outBuffer_s
Enums
ZSTD_EndDirective
ZSTD_ResetDirective
ZSTD_cParameter
ZSTD_dParameter
ZSTD_strategy
Constants
ZSTD_BLOCKSIZELOG_MAX
ZSTD_BLOCKSIZE_MAX
ZSTD_CLEVEL_DEFAULT
ZSTD_CONTENTSIZE_ERROR
ZSTD_CONTENTSIZE_UNKNOWN
ZSTD_MAGICNUMBER
ZSTD_MAGIC_DICTIONARY
ZSTD_MAGIC_SKIPPABLE_MASK
ZSTD_MAGIC_SKIPPABLE_START
ZSTD_VERSION_MAJOR
ZSTD_VERSION_MINOR
ZSTD_VERSION_NUMBER
ZSTD_VERSION_RELEASE
Functions
ZDICT_finalizeDictionary
ZDICT_getDictHeaderSize
ZDICT_getDictID
ZDICT_getErrorName
ZDICT_isError
ZDICT_trainFromBuffer
ZSTD_CCtx_loadDictionary
ZSTD_CCtx_refCDict
ZSTD_CCtx_refPrefix
ZSTD_CCtx_reset
ZSTD_CCtx_setParameter
ZSTD_CCtx_setPledgedSrcSize
ZSTD_CStreamInSize
ZSTD_CStreamOutSize
ZSTD_DCtx_loadDictionary
ZSTD_DCtx_refDDict
ZSTD_DCtx_refPrefix
ZSTD_DCtx_reset
ZSTD_DCtx_setParameter
ZSTD_DStreamInSize
ZSTD_DStreamOutSize
ZSTD_cParam_getBounds
ZSTD_compress
ZSTD_compress2
ZSTD_compressBound
ZSTD_compressCCtx
ZSTD_compressStream
ZSTD_compressStream2
ZSTD_compress_usingCDict
ZSTD_compress_usingDict
ZSTD_createCCtx
ZSTD_createCDict
ZSTD_createCStream
ZSTD_createDCtx
ZSTD_createDDict
ZSTD_createDStream
ZSTD_dParam_getBounds
ZSTD_decompress
ZSTD_decompressDCtx
ZSTD_decompressStream
ZSTD_decompress_usingDDict
ZSTD_decompress_usingDict
ZSTD_defaultCLevel
ZSTD_endStream
ZSTD_findFrameCompressedSize
ZSTD_flushStream
ZSTD_freeCCtx
ZSTD_freeCDict
ZSTD_freeCStream
ZSTD_freeDCtx
ZSTD_freeDDict
ZSTD_freeDStream
ZSTD_getDecompressedSize
ZSTD_getDictID_fromCDict
ZSTD_getDictID_fromDDict
ZSTD_getDictID_fromDict
ZSTD_getDictID_fromFrame
ZSTD_getErrorName
ZSTD_getFrameContentSize
ZSTD_initCStream
ZSTD_initDStream
ZSTD_isError
ZSTD_maxCLevel
ZSTD_minCLevel
ZSTD_sizeof_CCtx
ZSTD_sizeof_CDict
ZSTD_sizeof_CStream
ZSTD_sizeof_DCtx
ZSTD_sizeof_DDict
ZSTD_sizeof_DStream
ZSTD_versionNumber
ZSTD_versionString
Type Aliases
ZSTD_CCtx
ZSTD_CDict
ZSTD_CStream
ZSTD_DCtx
ZSTD_DDict
ZSTD_DStream
ZSTD_inBuffer
ZSTD_outBuffer
?
Function
zstd_sys
::
ZSTD_freeCCtx
source
·
[
−
]
pub unsafe extern "C" fn ZSTD_freeCCtx(cctx:
*mut
ZSTD_CCtx
) ->
usize