Searched defs:comp_method_st (Results 1 – 1 of 1) sorted by relevance
13 typedef struct comp_method_st struct15 int type; /* NID for compression library */16 const char *name; /* A text string to identify the library */17 int (*init)(COMP_CTX *ctx);18 void (*finish)(COMP_CTX *ctx);19 int (*compress)(COMP_CTX *ctx,22 int (*expand)(COMP_CTX *ctx,26 long (*ctrl)(void);27 long (*callback_ctrl)(void);