Home
last modified time | relevance | path

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

/linux/lib/
H A Ddecompress_unzstd.c165 static int INIT __unzstd(unsigned char *in_buf, long in_len, in __unzstd() function
340 return __unzstd(buf, len, fill, flush, out_buf, 0, pos, error); in unzstd()
350 return __unzstd(buf, len, fill, flush, out_buf, out_len, pos, error); in __decompress()