Searched refs:lz4hc_data (Results 1 - 1 of 1) sorted by relevance

/lib/lz4/
H A Dlz4hc_compress.c43 struct lz4hc_data { struct
50 static inline int lz4hc_init(struct lz4hc_data *hc4, const u8 *base)
65 static inline void lz4hc_insert(struct lz4hc_data *hc4, const u8 *ip)
121 static inline int lz4hc_insertandfindbestmatch(struct lz4hc_data *hc4,
190 static inline int lz4hc_insertandgetwidermatch(struct lz4hc_data *hc4,
317 static int lz4_compresshcctx(struct lz4hc_data *ctx,
522 struct lz4hc_data *hc4 = (struct lz4hc_data *)wrkmem;
524 out_len = lz4_compresshcctx((struct lz4hc_data *)hc4, (const u8 *)src,

Completed in 5 milliseconds