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
ExternC!(c_long function()) callback_ctrl;
Undocumented in source.
compress
ExternC!(int function(COMP_CTX* ctx, ubyte* out_, uint olen, ubyte* in_, uint ilen)) compress;
Undocumented in source.
ctrl
ExternC!(c_long function()) ctrl;
Undocumented in source.
expand
ExternC!(int function(COMP_CTX* ctx, ubyte* out_, uint olen, ubyte* in_, uint ilen)) expand;
Undocumented in source.
finish
ExternC!(void function(COMP_CTX* ctx)) finish;
Undocumented in source.
init_
ExternC!(int function(COMP_CTX* ctx)) init_;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
type
int type;
Undocumented in source.

Meta