Searched refs:unlz4 (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/lib/ |
D | decompress.c | 38 # define unlz4 NULL macro 54 { {0x02, 0x21}, "lz4", unlz4 },
|
D | decompress_unlz4.c | 34 STATIC inline int INIT unlz4(u8 *input, long in_len, in unlz4() function 218 return unlz4(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
|
/linux-4.19.296/include/linux/decompress/ |
D | unlz4.h | 5 int unlz4(unsigned char *inbuf, long len,
|