Function report |
Source Code:lib\decompress_unxz.c |
Create Date:2022-07-28 06:17:04 |
Last Modify:2020-03-15 22:53:09 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:FIXME: Not all basic memory functions are provided in architecture-specific* files (yet). We define our own versions here for now, but this should be* only a temporary solution.* memeq and memzero are not used much and any remotely sane implementation
Proto:static bool memeq(const void *a, const void *b, size_t size)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | a | |
const void * | b | |
size_t | size |
185 | Return false |
187 | Return true |
Name | Describe |
---|---|
dec_stream_header | Decode the Stream Header field (the first 12 bytes of the .xz Stream). |
dec_stream_footer | Decode the Stream Footer field (the last 12 bytes of the .xz Stream) |
dec_main |
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 |