Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
unsigned char *buf
longlen
long (*fill
long (*flush
unsigned char *outbuf
longolen
long *pos
void (*error
754  Return Example usage: decompress src_fd to dst_fd. (Stops at end of bzip2 data,not end of file.)