Lines Matching refs:lz4_istream
13 struct lz4_istream {
30 struct lz4_istream *zstream = (struct lz4_istream *)stream;
37 static void lz4_read_error(struct lz4_istream *zstream, const char *error)
47 static int i_stream_lz4_read_header(struct lz4_istream *zstream)
86 struct lz4_istream *zstream = (struct lz4_istream *)stream;
166 static void i_stream_lz4_reset(struct lz4_istream *zstream)
182 struct lz4_istream *zstream = (struct lz4_istream *) stream;
218 i_error("lz4_istream.seek(%s) failed: %s",
237 struct lz4_istream *zstream = (struct lz4_istream *) stream;
274 struct lz4_istream *zstream = (struct lz4_istream *) stream;
291 struct lz4_istream *zstream;
293 zstream = i_new(struct lz4_istream, 1);