- ZSTD_CCtxParams_getParameter
size_t ZSTD_CCtxParams_getParameter(const(ZSTD_CCtx_params)* params, ZSTD_cParameter param, int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtxParams_init
size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtxParams_init_advanced
size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtxParams_reset
size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtxParams_setParameter
size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* params, ZSTD_cParameter param, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtx_getParameter
size_t ZSTD_CCtx_getParameter(const(ZSTD_CCtx)* cctx, ZSTD_cParameter param, int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtx_loadDictionary
size_t ZSTD_CCtx_loadDictionary(ZSTD_CCtx* cctx, const(void)* dict, size_t dictSize)
Advanced dictionary and prefix API (Requires v1.4.0+)
- ZSTD_CCtx_loadDictionary_advanced
size_t ZSTD_CCtx_loadDictionary_advanced(ZSTD_CCtx* cctx, const(void)* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtx_loadDictionary_byReference
size_t ZSTD_CCtx_loadDictionary_byReference(ZSTD_CCtx* cctx, const(void)* dict, size_t dictSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtx_refCDict
size_t ZSTD_CCtx_refCDict(ZSTD_CCtx* cctx, const(ZSTD_CDict)* cdict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtx_refPrefix
size_t ZSTD_CCtx_refPrefix(ZSTD_CCtx* cctx, const(void)* prefix, size_t prefixSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtx_refPrefix_advanced
size_t ZSTD_CCtx_refPrefix_advanced(ZSTD_CCtx* cctx, const(void)* prefix, size_t prefixSize, ZSTD_dictContentType_e dictContentType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtx_refThreadPool
size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtx_reset
size_t ZSTD_CCtx_reset(ZSTD_CCtx* cctx, ZSTD_ResetDirective reset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtx_setParameter
size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtx_setParametersUsingCCtxParams
size_t ZSTD_CCtx_setParametersUsingCCtxParams(ZSTD_CCtx* cctx, const(ZSTD_CCtx_params)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CCtx_setPledgedSrcSize
size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, cpp_ulonglong pledgedSrcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_COMPRESSBOUND
auto ZSTD_COMPRESSBOUND(S srcSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- ZSTD_CStreamInSize
size_t ZSTD_CStreamInSize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CStreamOutSize
size_t ZSTD_CStreamOutSize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_DCtx_getParameter
size_t ZSTD_DCtx_getParameter(ZSTD_DCtx* dctx, ZSTD_dParameter param, int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_DCtx_loadDictionary
size_t ZSTD_DCtx_loadDictionary(ZSTD_DCtx* dctx, const(void)* dict, size_t dictSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_DCtx_loadDictionary_advanced
size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx, const(void)* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_DCtx_loadDictionary_byReference
size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const(void)* dict, size_t dictSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_DCtx_refDDict
size_t ZSTD_DCtx_refDDict(ZSTD_DCtx* dctx, const(ZSTD_DDict)* ddict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_DCtx_refPrefix
size_t ZSTD_DCtx_refPrefix(ZSTD_DCtx* dctx, const(void)* prefix, size_t prefixSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_DCtx_refPrefix_advanced
size_t ZSTD_DCtx_refPrefix_advanced(ZSTD_DCtx* dctx, const(void)* prefix, size_t prefixSize, ZSTD_dictContentType_e dictContentType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_DCtx_reset
size_t ZSTD_DCtx_reset(ZSTD_DCtx* dctx, ZSTD_ResetDirective reset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_DCtx_setFormat
deprecated size_t ZSTD_DCtx_setFormat(ZSTD_DCtx* dctx, ZSTD_format_e format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_DCtx_setMaxWindowSize
size_t ZSTD_DCtx_setMaxWindowSize(ZSTD_DCtx* dctx, size_t maxWindowSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_DCtx_setParameter
size_t ZSTD_DCtx_setParameter(ZSTD_DCtx* dctx, ZSTD_dParameter param, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_DStreamInSize
size_t ZSTD_DStreamInSize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_DStreamOutSize
size_t ZSTD_DStreamOutSize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_FRAMEHEADERSIZE_MIN
auto ZSTD_FRAMEHEADERSIZE_MIN(F format)
Undocumented in source. Be warned that the author may not have intended to support it.
- ZSTD_FRAMEHEADERSIZE_PREFIX
auto ZSTD_FRAMEHEADERSIZE_PREFIX(F format)
experimental API (static linking only)
***************************************************************************************
The following symbols and constants
are not planned to join "stable API" status in the near future.
They can still change in future versions.
Some of them are planned to remain in the static_only section indefinitely.
Some of them might be removed in the future (especially when redundant with existing stable functions)
- ZSTD_adjustCParams
ZSTD_compressionParameters ZSTD_adjustCParams(ZSTD_compressionParameters cPar, cpp_ulonglong srcSize, size_t dictSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_cParam_getBounds
ZSTD_bounds ZSTD_cParam_getBounds(ZSTD_cParameter cParam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_checkCParams
size_t ZSTD_checkCParams(ZSTD_compressionParameters params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compress
size_t ZSTD_compress(void* dst, size_t dstCapacity, const(void)* src, size_t srcSize, int compressionLevel)
- ZSTD_compress2
size_t ZSTD_compress2(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compressBegin
size_t ZSTD_compressBegin(ZSTD_CCtx* cctx, int compressionLevel)
Buffer-less streaming compression (synchronous mode)
- ZSTD_compressBegin_advanced
deprecated size_t ZSTD_compressBegin_advanced(ZSTD_CCtx* cctx, const(void)* dict, size_t dictSize, ZSTD_parameters params, cpp_ulonglong pledgedSrcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compressBegin_usingCDict
size_t ZSTD_compressBegin_usingCDict(ZSTD_CCtx* cctx, const(ZSTD_CDict)* cdict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compressBegin_usingCDict_advanced
deprecated size_t ZSTD_compressBegin_usingCDict_advanced(ZSTD_CCtx* cctx, const(ZSTD_CDict)* cdict, ZSTD_frameParameters fParams, cpp_ulonglong pledgedSrcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compressBegin_usingDict
size_t ZSTD_compressBegin_usingDict(ZSTD_CCtx* cctx, const(void)* dict, size_t dictSize, int compressionLevel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compressBlock
size_t ZSTD_compressBlock(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compressBound
size_t ZSTD_compressBound(size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compressCCtx
size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const(void)* src, size_t srcSize, int compressionLevel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compressContinue
size_t ZSTD_compressContinue(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compressEnd
size_t ZSTD_compressEnd(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compressSequences
size_t ZSTD_compressSequences(ZSTD_CCtx* cctx, void* dst, size_t dstSize, const(ZSTD_Sequence)* inSeqs, size_t inSeqsSize, const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compressStream
size_t ZSTD_compressStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output, ZSTD_inBuffer* input)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compressStream2
size_t ZSTD_compressStream2(ZSTD_CCtx* cctx, ZSTD_outBuffer* output, ZSTD_inBuffer* input, ZSTD_EndDirective endOp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compressStream2_simpleArgs
size_t ZSTD_compressStream2_simpleArgs(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, size_t* dstPos, const(void)* src, size_t srcSize, size_t* srcPos, ZSTD_EndDirective endOp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compress_advanced
deprecated size_t ZSTD_compress_advanced(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const(void)* src, size_t srcSize, const(void)* dict, size_t dictSize, ZSTD_parameters params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compress_usingCDict
size_t ZSTD_compress_usingCDict(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const(void)* src, size_t srcSize, const(ZSTD_CDict)* cdict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compress_usingCDict_advanced
deprecated size_t ZSTD_compress_usingCDict_advanced(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const(void)* src, size_t srcSize, const(ZSTD_CDict)* cdict, ZSTD_frameParameters fParams)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_compress_usingDict
size_t ZSTD_compress_usingDict(ZSTD_CCtx* ctx, void* dst, size_t dstCapacity, const(void)* src, size_t srcSize, const(void)* dict, size_t dictSize, int compressionLevel)
- ZSTD_copyCCtx
size_t ZSTD_copyCCtx(ZSTD_CCtx* cctx, const(ZSTD_CCtx)* preparedCCtx, cpp_ulonglong pledgedSrcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_copyDCtx
void ZSTD_copyDCtx(ZSTD_DCtx* dctx, const(ZSTD_DCtx)* preparedDCtx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createCCtx
ZSTD_CCtx* ZSTD_createCCtx()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createCCtxParams
ZSTD_CCtx_params* ZSTD_createCCtxParams()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createCCtx_advanced
ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createCDict
ZSTD_CDict* ZSTD_createCDict(const(void)* dictBuffer, size_t dictSize, int compressionLevel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createCDict_advanced
ZSTD_CDict* ZSTD_createCDict_advanced(const(void)* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType, ZSTD_compressionParameters cParams, ZSTD_customMem customMem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createCDict_advanced2
ZSTD_CDict* ZSTD_createCDict_advanced2(const(void)* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType, const(ZSTD_CCtx_params)* cctxParams, ZSTD_customMem customMem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createCDict_byReference
ZSTD_CDict* ZSTD_createCDict_byReference(const(void)* dictBuffer, size_t dictSize, int compressionLevel)
Advanced compression functions
- ZSTD_createCStream
ZSTD_CStream* ZSTD_createCStream()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createCStream_advanced
ZSTD_CStream* ZSTD_createCStream_advanced(ZSTD_customMem customMem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createDCtx
ZSTD_DCtx* ZSTD_createDCtx()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createDCtx_advanced
ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createDDict
ZSTD_DDict* ZSTD_createDDict(const(void)* dictBuffer, size_t dictSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createDDict_advanced
ZSTD_DDict* ZSTD_createDDict_advanced(const(void)* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType, ZSTD_customMem customMem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createDDict_byReference
ZSTD_DDict* ZSTD_createDDict_byReference(const(void)* dictBuffer, size_t dictSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createDStream
ZSTD_DStream* ZSTD_createDStream()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createDStream_advanced
ZSTD_DStream* ZSTD_createDStream_advanced(ZSTD_customMem customMem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_createThreadPool
ZSTD_threadPool* ZSTD_createThreadPool(size_t numThreads)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_dParam_getBounds
ZSTD_bounds ZSTD_dParam_getBounds(ZSTD_dParameter dParam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_decodingBufferSize_min
size_t ZSTD_decodingBufferSize_min(cpp_ulonglong windowSize, cpp_ulonglong frameContentSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_decompress
size_t ZSTD_decompress(void* dst, size_t dstCapacity, const(void)* src, size_t compressedSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_decompressBegin
size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_decompressBegin_usingDDict
size_t ZSTD_decompressBegin_usingDDict(ZSTD_DCtx* dctx, const(ZSTD_DDict)* ddict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_decompressBegin_usingDict
size_t ZSTD_decompressBegin_usingDict(ZSTD_DCtx* dctx, const(void)* dict, size_t dictSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_decompressBlock
size_t ZSTD_decompressBlock(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_decompressBound
cpp_ulonglong ZSTD_decompressBound(const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_decompressContinue
size_t ZSTD_decompressContinue(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_decompressDCtx
size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_decompressStream
size_t ZSTD_decompressStream(ZSTD_DStream* zds, ZSTD_outBuffer* output, ZSTD_inBuffer* input)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_decompressStream_simpleArgs
size_t ZSTD_decompressStream_simpleArgs(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, size_t* dstPos, const(void)* src, size_t srcSize, size_t* srcPos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_decompress_usingDDict
size_t ZSTD_decompress_usingDDict(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const(void)* src, size_t srcSize, const(ZSTD_DDict)* ddict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_decompress_usingDict
size_t ZSTD_decompress_usingDict(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const(void)* src, size_t srcSize, const(void)* dict, size_t dictSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_defaultCLevel
int ZSTD_defaultCLevel()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_endStream
size_t ZSTD_endStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_estimateCCtxSize
size_t ZSTD_estimateCCtxSize(int compressionLevel)
- ZSTD_estimateCCtxSize_usingCCtxParams
size_t ZSTD_estimateCCtxSize_usingCCtxParams(const(ZSTD_CCtx_params)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_estimateCCtxSize_usingCParams
size_t ZSTD_estimateCCtxSize_usingCParams(ZSTD_compressionParameters cParams)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_estimateCDictSize
size_t ZSTD_estimateCDictSize(size_t dictSize, int compressionLevel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_estimateCDictSize_advanced
size_t ZSTD_estimateCDictSize_advanced(size_t dictSize, ZSTD_compressionParameters cParams, ZSTD_dictLoadMethod_e dictLoadMethod)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_estimateCStreamSize
size_t ZSTD_estimateCStreamSize(int compressionLevel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_estimateCStreamSize_usingCCtxParams
size_t ZSTD_estimateCStreamSize_usingCCtxParams(const(ZSTD_CCtx_params)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_estimateCStreamSize_usingCParams
size_t ZSTD_estimateCStreamSize_usingCParams(ZSTD_compressionParameters cParams)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_estimateDCtxSize
size_t ZSTD_estimateDCtxSize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_estimateDDictSize
size_t ZSTD_estimateDDictSize(size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_estimateDStreamSize
size_t ZSTD_estimateDStreamSize(size_t windowSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_estimateDStreamSize_fromFrame
size_t ZSTD_estimateDStreamSize_fromFrame(const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_findDecompressedSize
cpp_ulonglong ZSTD_findDecompressedSize(const(void)* src, size_t srcSize)
- ZSTD_findFrameCompressedSize
size_t ZSTD_findFrameCompressedSize(const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_flushStream
size_t ZSTD_flushStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_frameHeaderSize
size_t ZSTD_frameHeaderSize(const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_freeCCtx
size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_freeCCtxParams
size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_freeCDict
size_t ZSTD_freeCDict(ZSTD_CDict* CDict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_freeCStream
size_t ZSTD_freeCStream(ZSTD_CStream* zcs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_freeDCtx
size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_freeDDict
size_t ZSTD_freeDDict(ZSTD_DDict* ddict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_freeDStream
size_t ZSTD_freeDStream(ZSTD_DStream* zds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_freeThreadPool
void ZSTD_freeThreadPool(ZSTD_threadPool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_generateSequences
size_t ZSTD_generateSequences(ZSTD_CCtx* zc, ZSTD_Sequence* outSeqs, size_t outSeqsSize, const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_getBlockSize
size_t ZSTD_getBlockSize(const(ZSTD_CCtx)* cctx)
- ZSTD_getCParams
ZSTD_compressionParameters ZSTD_getCParams(int compressionLevel, cpp_ulonglong estimatedSrcSize, size_t dictSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_getDecompressedSize
cpp_ulonglong ZSTD_getDecompressedSize(const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_getDictID_fromCDict
uint ZSTD_getDictID_fromCDict(const(ZSTD_CDict)* cdict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_getDictID_fromDDict
uint ZSTD_getDictID_fromDDict(const(ZSTD_DDict)* ddict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_getDictID_fromDict
uint ZSTD_getDictID_fromDict(const(void)* dict, size_t dictSize)
Dictionary helper functions
- ZSTD_getDictID_fromFrame
uint ZSTD_getDictID_fromFrame(const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_getErrorName
const(char)* ZSTD_getErrorName(size_t code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_getFrameContentSize
cpp_ulonglong ZSTD_getFrameContentSize(const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_getFrameHeader
size_t ZSTD_getFrameHeader(ZSTD_frameHeader* zfhPtr, const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_getFrameHeader_advanced
size_t ZSTD_getFrameHeader_advanced(ZSTD_frameHeader* zfhPtr, const(void)* src, size_t srcSize, ZSTD_format_e format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_getFrameProgression
ZSTD_frameProgression ZSTD_getFrameProgression(const(ZSTD_CCtx)* cctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_getParams
ZSTD_parameters ZSTD_getParams(int compressionLevel, cpp_ulonglong estimatedSrcSize, size_t dictSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_initCStream
size_t ZSTD_initCStream(ZSTD_CStream* zcs, int compressionLevel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_initCStream_advanced
deprecated size_t ZSTD_initCStream_advanced(ZSTD_CStream* zcs, const(void)* dict, size_t dictSize, ZSTD_parameters params, cpp_ulonglong pledgedSrcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_initCStream_srcSize
deprecated size_t ZSTD_initCStream_srcSize(ZSTD_CStream* zcs, int compressionLevel, cpp_ulonglong pledgedSrcSize)
Advanced streaming functions
Warning : most of these functions are now redundant with the Advanced API.
Once Advanced API reaches "stable" status,
redundant functions will be deprecated, and then at some point removed.
- ZSTD_initCStream_usingCDict
deprecated size_t ZSTD_initCStream_usingCDict(ZSTD_CStream* zcs, const(ZSTD_CDict)* cdict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_initCStream_usingCDict_advanced
deprecated size_t ZSTD_initCStream_usingCDict_advanced(ZSTD_CStream* zcs, const(ZSTD_CDict)* cdict, ZSTD_frameParameters fParams, cpp_ulonglong pledgedSrcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_initCStream_usingDict
deprecated size_t ZSTD_initCStream_usingDict(ZSTD_CStream* zcs, const(void)* dict, size_t dictSize, int compressionLevel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_initDStream
size_t ZSTD_initDStream(ZSTD_DStream* zds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_initDStream_usingDDict
size_t ZSTD_initDStream_usingDDict(ZSTD_DStream* zds, const(ZSTD_DDict)* ddict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_initDStream_usingDict
size_t ZSTD_initDStream_usingDict(ZSTD_DStream* zds, const(void)* dict, size_t dictSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_initStaticCCtx
ZSTD_CCtx* ZSTD_initStaticCCtx(void* workspace, size_t workspaceSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_initStaticCDict
const(ZSTD_CDict)* ZSTD_initStaticCDict(void* workspace, size_t workspaceSize, const(void)* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType, ZSTD_compressionParameters cParams)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_initStaticCStream
ZSTD_CStream* ZSTD_initStaticCStream(void* workspace, size_t workspaceSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_initStaticDCtx
ZSTD_DCtx* ZSTD_initStaticDCtx(void* workspace, size_t workspaceSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_initStaticDDict
const(ZSTD_DDict)* ZSTD_initStaticDDict(void* workspace, size_t workspaceSize, const(void)* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_initStaticDStream
ZSTD_DStream* ZSTD_initStaticDStream(void* workspace, size_t workspaceSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_insertBlock
size_t ZSTD_insertBlock(ZSTD_DCtx* dctx, const(void)* blockStart, size_t blockSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_isError
uint ZSTD_isError(size_t code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_isFrame
uint ZSTD_isFrame(const(void)* buffer, size_t size)
Advanced decompression functions
- ZSTD_isSkippableFrame
uint ZSTD_isSkippableFrame(const(void)* buffer, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_maxCLevel
int ZSTD_maxCLevel()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_mergeBlockDelimiters
size_t ZSTD_mergeBlockDelimiters(ZSTD_Sequence* sequences, size_t seqsSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_minCLevel
int ZSTD_minCLevel()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_nextInputType
ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_nextSrcSizeToDecompress
size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_readSkippableFrame
size_t ZSTD_readSkippableFrame(void* dst, size_t dstCapacity, uint* magicVariant, const(void)* src, size_t srcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_resetCStream
deprecated size_t ZSTD_resetCStream(ZSTD_CStream* zcs, cpp_ulonglong pledgedSrcSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_resetDStream
size_t ZSTD_resetDStream(ZSTD_DStream* zds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_sizeof_CCtx
size_t ZSTD_sizeof_CCtx(const(ZSTD_CCtx)* cctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_sizeof_CDict
size_t ZSTD_sizeof_CDict(const(ZSTD_CDict)* cdict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_sizeof_CStream
size_t ZSTD_sizeof_CStream(const(ZSTD_CStream)* zcs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_sizeof_DCtx
size_t ZSTD_sizeof_DCtx(const(ZSTD_DCtx)* dctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_sizeof_DDict
size_t ZSTD_sizeof_DDict(const(ZSTD_DDict)* ddict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_sizeof_DStream
size_t ZSTD_sizeof_DStream(const(ZSTD_DStream)* zds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_toFlushNow
size_t ZSTD_toFlushNow(ZSTD_CCtx* cctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_versionNumber
uint ZSTD_versionNumber()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_versionString
const(char)* ZSTD_versionString()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_writeSkippableFrame
size_t ZSTD_writeSkippableFrame(void* dst, size_t dstCapacity, const(void)* src, size_t srcSize, uint magicVariant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_BLOCKSIZELOG_MAX
enum ZSTD_BLOCKSIZELOG_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_BLOCKSIZE_MAX
enum ZSTD_BLOCKSIZE_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CHAINLOG_MAX
enum ZSTD_CHAINLOG_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CHAINLOG_MAX
enum ZSTD_CHAINLOG_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CHAINLOG_MAX_32
enum ZSTD_CHAINLOG_MAX_32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CHAINLOG_MAX_64
enum ZSTD_CHAINLOG_MAX_64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CHAINLOG_MIN
enum ZSTD_CHAINLOG_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CLEVEL_DEFAULT
enum ZSTD_CLEVEL_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CONTENTSIZE_ERROR
enum ZSTD_CONTENTSIZE_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_CONTENTSIZE_UNKNOWN
enum ZSTD_CONTENTSIZE_UNKNOWN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_FRAMEHEADERSIZE_MAX
enum ZSTD_FRAMEHEADERSIZE_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_HASHLOG3_MAX
enum ZSTD_HASHLOG3_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_HASHLOG_MAX
enum ZSTD_HASHLOG_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_HASHLOG_MIN
enum ZSTD_HASHLOG_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_LDM_BUCKETSIZELOG_MAX
enum ZSTD_LDM_BUCKETSIZELOG_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_LDM_BUCKETSIZELOG_MIN
enum ZSTD_LDM_BUCKETSIZELOG_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_LDM_HASHLOG_MAX
enum ZSTD_LDM_HASHLOG_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_LDM_HASHLOG_MIN
enum ZSTD_LDM_HASHLOG_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_LDM_HASHRATELOG_MAX
enum ZSTD_LDM_HASHRATELOG_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_LDM_HASHRATELOG_MIN
enum ZSTD_LDM_HASHRATELOG_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_LDM_MINMATCH_MAX
enum ZSTD_LDM_MINMATCH_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_LDM_MINMATCH_MIN
enum ZSTD_LDM_MINMATCH_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_MAGICNUMBER
enum ZSTD_MAGICNUMBER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_MAGIC_DICTIONARY
enum ZSTD_MAGIC_DICTIONARY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_MAGIC_SKIPPABLE_MASK
enum ZSTD_MAGIC_SKIPPABLE_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_MAGIC_SKIPPABLE_START
enum ZSTD_MAGIC_SKIPPABLE_START;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_MINMATCH_MAX
enum ZSTD_MINMATCH_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_MINMATCH_MIN
enum ZSTD_MINMATCH_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_OVERLAPLOG_MAX
enum ZSTD_OVERLAPLOG_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_OVERLAPLOG_MIN
enum ZSTD_OVERLAPLOG_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_SEARCHLOG_MAX
enum ZSTD_SEARCHLOG_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_SEARCHLOG_MIN
enum ZSTD_SEARCHLOG_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_SKIPPABLEHEADERSIZE
enum ZSTD_SKIPPABLEHEADERSIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_SRCSIZEHINT_MAX
enum ZSTD_SRCSIZEHINT_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_SRCSIZEHINT_MIN
enum ZSTD_SRCSIZEHINT_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_STRATEGY_MAX
enum ZSTD_STRATEGY_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_STRATEGY_MIN
enum ZSTD_STRATEGY_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_TARGETCBLOCKSIZE_MAX
enum ZSTD_TARGETCBLOCKSIZE_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_TARGETCBLOCKSIZE_MIN
enum ZSTD_TARGETCBLOCKSIZE_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_TARGETLENGTH_MAX
enum ZSTD_TARGETLENGTH_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_TARGETLENGTH_MIN
enum ZSTD_TARGETLENGTH_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_VERSION_MAJOR
enum ZSTD_VERSION_MAJOR;
- ZSTD_VERSION_MINOR
enum ZSTD_VERSION_MINOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_VERSION_NUMBER
enum ZSTD_VERSION_NUMBER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_VERSION_RELEASE
enum ZSTD_VERSION_RELEASE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_VERSION_STRING
enum ZSTD_VERSION_STRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_WINDOWLOG_LIMIT_DEFAULT
enum ZSTD_WINDOWLOG_LIMIT_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_WINDOWLOG_MAX
enum ZSTD_WINDOWLOG_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_WINDOWLOG_MAX
enum ZSTD_WINDOWLOG_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_WINDOWLOG_MAX_32
enum ZSTD_WINDOWLOG_MAX_32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_WINDOWLOG_MAX_64
enum ZSTD_WINDOWLOG_MAX_64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_WINDOWLOG_MIN
enum ZSTD_WINDOWLOG_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_blockDelimiters
enum ZSTD_c_blockDelimiters;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_deterministicRefPrefix
enum ZSTD_c_deterministicRefPrefix;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_enableDedicatedDictSearch
enum ZSTD_c_enableDedicatedDictSearch;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_forceAttachDict
enum ZSTD_c_forceAttachDict;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_forceMaxWindow
enum ZSTD_c_forceMaxWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_format
enum ZSTD_c_format;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_literalCompressionMode
enum ZSTD_c_literalCompressionMode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_rsyncable
enum ZSTD_c_rsyncable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_srcSizeHint
enum ZSTD_c_srcSizeHint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_stableInBuffer
enum ZSTD_c_stableInBuffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_stableOutBuffer
enum ZSTD_c_stableOutBuffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_targetCBlockSize
enum ZSTD_c_targetCBlockSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_useBlockSplitter
enum ZSTD_c_useBlockSplitter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_useRowMatchFinder
enum ZSTD_c_useRowMatchFinder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_c_validateSequences
enum ZSTD_c_validateSequences;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_d_forceIgnoreChecksum
enum ZSTD_d_forceIgnoreChecksum;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_d_format
enum ZSTD_d_format;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_d_refMultipleDDicts
enum ZSTD_d_refMultipleDDicts;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ZSTD_d_stableOutBuffer
enum ZSTD_d_stableOutBuffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Zstandard bindings module