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

/dovecot/src/lib-compression/
H A Dostream-bzlib.c33 static int o_stream_zlib_send_outbuf(struct bzlib_ostream *zstream) function
77 if ((ret = o_stream_zlib_send_outbuf(zstream)) < 0)
112 if ((ret = o_stream_zlib_send_outbuf(zstream)) <= 0)
123 if ((ret = o_stream_zlib_send_outbuf(zstream)) <= 0)
163 if ((ret = o_stream_zlib_send_outbuf(zstream)) <= 0) {
H A Dostream-lzma.c33 static int o_stream_zlib_send_outbuf(struct lzma_ostream *zstream) function
77 if ((ret = o_stream_zlib_send_outbuf(zstream)) < 0)
118 if ((ret = o_stream_zlib_send_outbuf(zstream)) <= 0)
144 if ((ret = o_stream_zlib_send_outbuf(zstream)) <= 0)
171 if ((ret = o_stream_zlib_send_outbuf(zstream)) <= 0) {
H A Dostream-zlib.c86 static int o_stream_zlib_send_outbuf(struct zlib_ostream *zstream) function
138 if ((ret = o_stream_zlib_send_outbuf(zstream)) < 0)
189 if ((ret = o_stream_zlib_send_outbuf(zstream)) <= 0)
203 if ((ret = o_stream_zlib_send_outbuf(zstream)) <= 0)
248 if ((ret = o_stream_zlib_send_outbuf(zstream)) <= 0) {

Completed in 606 milliseconds