Handbook
Glossary
ZSTD_compressStream2 ( cctx output input endOp -- size_t )
Vocabulary
compression
.
zstd
.
ffi
Inputs
cctx
an
object
output
an
object
input
an
object
endOp
an
object
Outputs
size_t
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
compression.zstd.ffi
LIBRARY:
zstd
FUNCTION:
size_t
ZSTD_compressStream2
( ZSTD_CCtx* cctx, ZSTD_outBuffer* output, ZSTD_inBuffer*
input,
ZSTD_EndDirective
endOp )