Searched refs:__unzstd (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/lib/ |
D | decompress_unzstd.c | 163 static int INIT __unzstd(unsigned char *in_buf, long in_len, in __unzstd() function 338 return __unzstd(buf, len, fill, flush, out_buf, 0, pos, error); in unzstd() 348 return __unzstd(buf, len, fill, flush, out_buf, out_len, pos, error); in __decompress()
|