Home
last modified time | relevance | path

Searched refs:unlzma (Results 1 – 2 of 2) sorted by relevance

/lib/
Ddecompress.c29 # define unlzma NULL macro
51 { {0x5d, 0x00}, "lzma", unlzma },
Ddecompress_unlzma.c537 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()