Searched defs:comp_method_st (Results 1 – 1 of 1) sorted by relevance
17 struct comp_method_st { struct18 int type; /* NID for compression library */19 const char *name; /* A text string to identify the library */20 int (*init) (COMP_CTX *ctx);21 void (*finish) (COMP_CTX *ctx);22 int (*compress) (COMP_CTX *ctx,25 int (*expand) (COMP_CTX *ctx,31 long (*ctrl) (void);32 long (*callback_ctrl) (void);
Completed in 3 milliseconds