comp_method_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

callback_ctrl
core.stdc.config.c_long function() callback_ctrl;
Undocumented in source.
compress
int function(.COMP_CTX* ctx, ubyte* out_, uint olen, ubyte* in_, uint ilen) compress;
Undocumented in source.
ctrl
core.stdc.config.c_long function() ctrl;
Undocumented in source.
expand
int function(.COMP_CTX* ctx, ubyte* out_, uint olen, ubyte* in_, uint ilen) expand;
Undocumented in source.
finish
void function(.COMP_CTX* ctx) finish;
Undocumented in source.
init
int function(.COMP_CTX* ctx) init;
Undocumented in source.
name
const(char)* name;

A text string to identify the library

type
int type;

NID for compression library

Meta