Searched refs:__unzstd (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/lib/ |
D | decompress_unzstd.c | 165 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()
|