Home
last modified time | relevance | path

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

/lib/
Ddecompress.c38 # define unlz4 NULL macro
54 { {0x02, 0x21}, "lz4", unlz4 },
Ddecompress_unlz4.c31 STATIC inline int INIT unlz4(u8 *input, long in_len, in unlz4() function
207 return unlz4(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()