Searched defs:comp_algo (Results 1 – 1 of 1) sorted by relevance
71 struct comp_algo { struct72 int type;73 char *name;74 size_t minlen;75 u_int32_t (*compress) (u_int8_t *, u_int32_t, u_int8_t **);76 u_int32_t (*decompress) (u_int8_t *, u_int32_t, u_int8_t **);