Searched defs:comp_algo (Results 1 – 1 of 1) sorted by relevance
57 struct comp_algo { struct58 int type;59 char *name;60 size_t minlen;61 u_int32_t (*compress) (u_int8_t *, u_int32_t, u_int8_t **);62 u_int32_t (*decompress) (u_int8_t *, u_int32_t, u_int8_t **);