COMP_compress_block function
- @Native<Int Function(Pointer<
comp_ctx_st> , Pointer<UnsignedChar> , Int, Pointer<UnsignedChar> , Int)>(ffi.Pointer<comp_ctx_st>, ffi.Pointer<ffi.UnsignedChar>, ffi.Int, ffi.Pointer<ffi.UnsignedChar>, ffi.Int)>()
- Pointer<
comp_ctx_st> ctx, - Pointer<
UnsignedChar> out, - int olen,
- Pointer<
UnsignedChar> in$, - int ilen,
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<comp_ctx_st>,
ffi.Pointer<ffi.UnsignedChar>,
ffi.Int,
ffi.Pointer<ffi.UnsignedChar>,
ffi.Int,
)
>()
external int COMP_compress_block(
ffi.Pointer<comp_ctx_st> ctx,
ffi.Pointer<ffi.UnsignedChar> out,
int olen,
ffi.Pointer<ffi.UnsignedChar> in$,
int ilen,
);