Searched refs:unlzma (Results 1 – 5 of 5) sorted by relevance
/linux/lib/ |
H A D | decompress.c | 30 # define unlzma NULL macro 55 { {0x5d, 0x00}, "lzma", unlzma },
|
H A D | decompress_unlzma.c | 539 STATIC inline int INIT unlzma(unsigned char *buf, long in_len, in unlzma() function 679 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
|
/linux/include/linux/decompress/ |
H A D | unlzma.h | 5 int unlzma(unsigned char *, long,
|
/linux/scripts/ |
H A D | extract-vmlinux | 55 try_decompress '\135\0\0\0' xxx unlzma
|
H A D | extract-ikconfig | 62 try_decompress '\135\0\0\0' xxx unlzma
|