Function report |
Source Code:lib\decompress_bunzip2.c |
Create Date:2022-07-28 06:16:51 |
Last Modify:2020-03-15 22:49:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__decompress
Proto:STATIC int __attribute__((__section__(".init.text"))) __attribute__((__cold__))__decompress(unsigned char *buf, long len, long (*fill)(void *, unsigned long ), long (*flush)(void *, unsigned long ), unsigned char *outbuf, long olen, long *pos, void (*error)(char *x))
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned char * | buf | |
long | len | |
long (* | fill | |
long (* | flush | |
unsigned char * | outbuf | |
long | olen | |
long * | pos | |
void (* | error |
754 | Return Example usage: decompress src_fd to dst_fd. (Stops at end of bzip2 data,not end of file.) |
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 |