Function report | 
Source Code:lib\zstd\decompress.c | 
Create Date:2022-07-28 07:06:59 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:ZSTD_execSequenceLast7
Proto:size_t ZSTD_execSequenceLast7(BYTE *op, BYTE *const oend, seq_t sequence, const BYTE **litPtr, const BYTE *const litLimit, const BYTE *const base, const BYTE *const vBase, const BYTE *const dictEnd)
Type:size_t
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| BYTE * | op | |
| BYTE *const | oend | |
| seq_t | sequence | |
| const BYTE ** | litPtr | |
| const BYTE *const | litLimit | |
| const BYTE *const | base | |
| const BYTE *const | vBase | |
| const BYTE *const | dictEnd | 
| 884 | sequenceLength = litLength + matchLength | 
| 885 | oMatchEnd = op + sequenceLength | 
| 886 | oend_w = oend - ! ZSTD_wildcopy() :* custom version of memcpy(), can copy up to 7 bytes too many (8 bytes if length==0) | 
| 891 | If oMatchEnd > oend Then Return -***************************************** Error codes handling(dstSize_tooSmall) | 
| 893 | If iLitEnd > litLimit Then Return -***************************************** Error codes handling(corruption_detected) | 
| 895 | If oLitEnd <= oend_w Then Return -***************************************** Error codes handling(GENERIC) | 
| 910 | If offset > oLitEnd - vBase Then Return -***************************************** Error codes handling(corruption_detected) | 
| 913 | If match + matchLength <= dictEnd Then | 
| 915 | Return sequenceLength | 
| 922 | matchLength -= length1 | 
| 928 | Return sequenceLength | 
| Name | Describe | 
|---|---|
| ZSTD_execSequence | |
| ZSTD_execSequenceLong | 
| 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  |