Function report |
Source Code:lib\decompress_unlzo.c |
Create Date:2022-07-28 06:17:33 |
Last Modify:2020-03-15 22:52:05 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:parse_header
Proto:STATIC inline long __attribute__((__section__(".init.text"))) __attribute__((__cold__))parse_header(u8 *input, long *skip, long in_len)
Type:long
Parameter:
Type | Parameter | Name |
---|---|---|
u8 * | input | |
long * | skip | |
long | in_len |
46 | level = 0 |
54 | If in_len < HEADER_SIZE_MIN Then Return 0 |
59 | If parse++ != lzop_magic[l] Then Return 0 |
65 | version = get_unaligned_be16(parse) |
66 | parse += 7 |
69 | If get_unaligned_be32(parse) & HEADER_HAS_FILTER Then parse += 8 |
71 | Else parse += 4 |
84 | parse += 8 |
95 | Return 1 |
Name | Describe |
---|---|
unlzo |
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 |