added libzstd.def
This commit is contained in:
@@ -0,0 +1,86 @@
|
|||||||
|
LIBRARY libzstd.dll
|
||||||
|
EXPORTS
|
||||||
|
ZDICT_getDictID
|
||||||
|
ZDICT_getErrorName
|
||||||
|
ZDICT_isError
|
||||||
|
ZDICT_trainFromBuffer
|
||||||
|
ZSTD_CStreamInSize
|
||||||
|
ZSTD_CStreamOutSize
|
||||||
|
ZSTD_DStreamInSize
|
||||||
|
ZSTD_DStreamOutSize
|
||||||
|
ZSTD_adjustCParams
|
||||||
|
ZSTD_checkCParams
|
||||||
|
ZSTD_compress
|
||||||
|
ZSTD_compressBegin
|
||||||
|
ZSTD_compressBegin_advanced
|
||||||
|
ZSTD_compressBegin_usingDict
|
||||||
|
ZSTD_compressBlock
|
||||||
|
ZSTD_compressBound
|
||||||
|
ZSTD_compressCCtx
|
||||||
|
ZSTD_compressContinue
|
||||||
|
ZSTD_compressEnd
|
||||||
|
ZSTD_compressStream
|
||||||
|
ZSTD_compress_advanced
|
||||||
|
ZSTD_compress_usingCDict
|
||||||
|
ZSTD_compress_usingDict
|
||||||
|
ZSTD_copyCCtx
|
||||||
|
ZSTD_copyDCtx
|
||||||
|
ZSTD_createCCtx
|
||||||
|
ZSTD_createCCtx_advanced
|
||||||
|
ZSTD_createCDict
|
||||||
|
ZSTD_createCDict_advanced
|
||||||
|
ZSTD_createCStream
|
||||||
|
ZSTD_createCStream_advanced
|
||||||
|
ZSTD_createDCtx
|
||||||
|
ZSTD_createDCtx_advanced
|
||||||
|
ZSTD_createDDict
|
||||||
|
ZSTD_createDStream
|
||||||
|
ZSTD_createDStream_advanced
|
||||||
|
ZSTD_decompress
|
||||||
|
ZSTD_decompressBegin
|
||||||
|
ZSTD_decompressBegin_usingDict
|
||||||
|
ZSTD_decompressBlock
|
||||||
|
ZSTD_decompressContinue
|
||||||
|
ZSTD_decompressDCtx
|
||||||
|
ZSTD_decompressStream
|
||||||
|
ZSTD_decompress_usingDDict
|
||||||
|
ZSTD_decompress_usingDict
|
||||||
|
ZSTD_endStream
|
||||||
|
ZSTD_estimateCCtxSize
|
||||||
|
ZSTD_estimateDCtxSize
|
||||||
|
ZSTD_flushStream
|
||||||
|
ZSTD_freeCCtx
|
||||||
|
ZSTD_freeCDict
|
||||||
|
ZSTD_freeCStream
|
||||||
|
ZSTD_freeDCtx
|
||||||
|
ZSTD_freeDDict
|
||||||
|
ZSTD_freeDStream
|
||||||
|
ZSTD_getBlockSizeMax
|
||||||
|
ZSTD_getCParams
|
||||||
|
ZSTD_getDecompressedSize
|
||||||
|
ZSTD_getErrorName
|
||||||
|
ZSTD_getFrameParams
|
||||||
|
ZSTD_getParams
|
||||||
|
ZSTD_initCStream
|
||||||
|
ZSTD_initCStream_advanced
|
||||||
|
ZSTD_initCStream_usingCDict
|
||||||
|
ZSTD_initCStream_usingDict
|
||||||
|
ZSTD_initDStream
|
||||||
|
ZSTD_initDStream_usingDDict
|
||||||
|
ZSTD_initDStream_usingDict
|
||||||
|
ZSTD_insertBlock
|
||||||
|
ZSTD_isError
|
||||||
|
ZSTD_isFrame
|
||||||
|
ZSTD_maxCLevel
|
||||||
|
ZSTD_nextInputType
|
||||||
|
ZSTD_nextSrcSizeToDecompress
|
||||||
|
ZSTD_resetCStream
|
||||||
|
ZSTD_resetDStream
|
||||||
|
ZSTD_setDStreamParameter
|
||||||
|
ZSTD_sizeof_CCtx
|
||||||
|
ZSTD_sizeof_CDict
|
||||||
|
ZSTD_sizeof_CStream
|
||||||
|
ZSTD_sizeof_DCtx
|
||||||
|
ZSTD_sizeof_DDict
|
||||||
|
ZSTD_sizeof_DStream
|
||||||
|
ZSTD_versionNumber
|
||||||
Reference in New Issue
Block a user