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

/dovecot/src/doveadm/
H A Ddoveadm-print-private.h21 void (*flush)(void); member in struct:doveadm_print_vfuncs
/dovecot/src/lib/
H A Dostream-private.h13 int (*flush)(struct ostream_private *stream); member in struct:ostream_private
66 /* Call this in flush() handler to flush the parent stream. It will call
/dovecot/src/lib-compression/
H A Dostream-zlib.c116 int ret, flush; local
120 flush = zstream->ostream.corked || zstream->gz ?
146 ret = deflate(zs, flush);
164 zstream->flushed = flush == Z_SYNC_FLUSH && zs->avail_in == 0 &&
175 int ret, flush; local
192 flush = !zstream->gz ? Z_SYNC_FLUSH :
209 switch (deflate(zs, flush)) {
225 if (final || flush != Z_NO_FLUSH)
249 /* error / we still couldn't flush existing data to
301 zstream->ostream.flush
[all...]
/dovecot/src/plugins/quota/
H A Dquota-private.h81 void (*flush)(struct quota_root *root); member in struct:quota_backend_vfuncs

Completed in 31 milliseconds