Searched refs:__gunzip (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | decompress_inflate.c | 42 STATIC int INIT __gunzip(unsigned char *buf, long len, in __gunzip() function 207 return __gunzip(buf, len, fill, flush, out_buf, 0, pos, error); in gunzip() 217 return __gunzip(buf, len, fill, flush, out_buf, out_len, pos, error); in __decompress()
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress_inflate.c | 42 static int INIT __gunzip(unsigned char *buf, long len, in __gunzip() function 207 return __gunzip(buf, len, fill, flush, out_buf, 0, pos, error); in gunzip() 217 return __gunzip(buf, len, fill, flush, out_buf, out_len, pos, error); in __decompress()
|
Completed in 2 milliseconds