Function report |
Source Code:lib\lz4\lz4_compress.c |
Create Date:2022-07-28 07:00:45 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:LZ4_compress_fast_continue
Proto:int LZ4_compress_fast_continue(LZ4_stream_t *LZ4_stream, const char *source, char *dest, int inputSize, int maxOutputSize, int acceleration)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| LZ4_stream_t * | LZ4_stream | |
| const char * | source | |
| char * | dest | |
| int | inputSize | |
| int | maxOutputSize | |
| int | acceleration |
| 860 | streamPtr = internal_donotuse |
| 861 | dictEnd = dictionary + dictSize |
| 866 | If initCheck Then |
| 868 | Return 0 |
| 874 | LZ4_renormDictT(streamPtr, smallest) |
| 876 | If acceleration < 1 Then acceleration = LZ4_ACCELERATION_DEFAULT |
| 883 | If sourceEnd > dictionary && sourceEnd < dictEnd Then |
| 898 | If dictSize < 64 * KB && dictSize < currentOffset Then |
| 904 | Else |
| 911 | currentOffset += inputSize |
| 912 | Return result |
| 919 | If dictSize < 64 * KB && dictSize < currentOffset Then |
| 925 | Else |
| 931 | dictionary = source |
| 933 | currentOffset += inputSize |
| 934 | Return result |
| 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 |