Searched refs:unlzma (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/lib/ |
D | decompress.c | 29 # define unlzma NULL macro 51 { {0x5d, 0x00}, "lzma", unlzma },
|
D | decompress_unlzma.c | 537 STATIC inline int INIT unlzma(unsigned char *buf, long in_len, in unlzma() function 677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
|
/linux-4.19.296/include/linux/decompress/ |
D | unlzma.h | 5 int unlzma(unsigned char *, long,
|