Searched defs:comp_method_st (Results 1 – 3 of 3) sorted by relevance
13 typedef struct comp_method_st { struct14 int type; /* NID for compression library */15 const char *name; /* A text string to identify the library */16 int (*init) (COMP_CTX *ctx);17 void (*finish) (COMP_CTX *ctx);18 int (*compress) (COMP_CTX *ctx,21 int (*expand) (COMP_CTX *ctx,27 long (*ctrl) (void);28 long (*callback_ctrl) (void);
10 struct comp_method_st { struct24 struct comp_method_st *meth; argument