Function report |
Source Code:lib\lz4\lz4_compress.c |
Create Date:2022-07-28 07:00:41 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:LZ4_loadDict
Proto:int LZ4_loadDict(LZ4_stream_t *LZ4_dict, const char *dictionary, int dictSize)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| LZ4_stream_t * | LZ4_dict | |
| const char * | dictionary | |
| int | dictSize |
| 778 | dict = internal_donotuse |
| 779 | p = dictionary |
| 783 | If initCheck || currentOffset > 1 * GB Then |
| 797 | currentOffset += 64 * KB |
| 798 | base = p - currentOffset |
| 799 | dictionary = p |
| 801 | currentOffset += dictSize |
| 808 | Return dictSize |
| 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 |