Function report |
Source Code:lib\zstd\zstd_opt.h |
Create Date:2022-07-28 07:04:36 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Tree updater, providing best match
Proto:static U32 ZSTD_BtGetAllMatches_extDict(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, ZSTD_match_t *matches, const U32 minMatchLen)
Type:U32
Parameter:
| Type | Parameter | Name |
|---|---|---|
| ZSTD_CCtx * | zc | |
| const BYTE *const | ip | |
| const BYTE *const | iLimit | |
| const U32 | maxNbAttempts | |
| const U32 | mls | |
| ZSTD_match_t * | matches | |
| const U32 | minMatchLen |
| 383 | If ip < base + nextToUpdate Then Return 0 |
| 385 | ZSTD_updateTree_extDict(zc, ip, iLimit, maxNbAttempts, mls) |
| 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 |