Lines Matching defs:out_len
124 long out_len, long *in_pos,
148 ret = ZSTD_decompressDCtx(dctx, out_buf, out_len, in_buf, in_len);
166 unsigned char *out_buf, long out_len,
186 if (out_len == 0)
187 out_len = UINTPTR_MAX - (uintptr_t)out_buf;
194 return decompress_single(in_buf, in_len, out_buf, out_len,
233 out_len = ZSTD_IOBUF_SIZE;
238 out.size = out_len;
344 unsigned char *out_buf, long out_len,
348 return __unzstd(buf, len, fill, flush, out_buf, out_len, pos, error);