Lines Matching refs:out_buf
123 static int INIT decompress_single(const u8 *in_buf, long in_len, u8 *out_buf,
148 ret = ZSTD_decompressDCtx(dctx, out_buf, out_len, in_buf, in_len);
166 unsigned char *out_buf, long out_len,
187 out_len = UINTPTR_MAX - (uintptr_t)out_buf;
194 return decompress_single(in_buf, in_len, out_buf, out_len,
232 out_buf = out_allocated;
236 out.dst = out_buf;
334 unsigned char *out_buf,
338 return __unzstd(buf, len, fill, flush, out_buf, 0, pos, error);
344 unsigned char *out_buf, long out_len,
348 return __unzstd(buf, len, fill, flush, out_buf, out_len, pos, error);