Function report |
Source Code:lib\zstd\compress.c |
Create Date:2022-07-28 07:05:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_freeCStream
Proto:size_t ZSTD_freeCStream(ZSTD_CStream *zcs)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
ZSTD_CStream * | zcs |
3004 | If (zcs == NULL) Then Return 0 |
3008 | ZSTD_freeCCtx(cctx) |
3009 | cctx = NULL |
3010 | ZSTD_freeCDict(cdictLocal) |
3011 | cdictLocal = NULL |
3013 | inBuff = NULL |
3015 | outBuff = NULL |
3017 | Return 0 |
Name | Describe |
---|---|
ZSTD_createCStream_advanced |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |