Searched defs:o_stream_lz4_send_outbuf (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-compression/
H A Dostream-lz4.c35 static int o_stream_lz4_send_outbuf(struct lz4_ostream *zstream) function
67 if ((ret = o_stream_lz4_send_outbuf(zstream)) <= 0)
143 if (o_stream_lz4_send_outbuf(zstream) < 0)
157 if ((ret = o_stream_lz4_send_outbuf(zstream)) <= 0) {

Completed in 10 milliseconds