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

/dovecot/src/doveadm/
H A Ddoveadm-print-json.c19 bool flushed; member in struct:doveadm_print_json_context
133 if (ctx.flushed)
135 ctx.flushed = TRUE;
/dovecot/src/lib/
H A Dostream-escaped.c14 bool flushed; member in struct:escaped_ostream
22 if (estream->flushed)
35 estream->flushed = TRUE;
64 estream->flushed = FALSE;
129 estream->flushed = FALSE;
/dovecot/src/lib-compression/
H A Dostream-bzlib.c20 bool flushed:1; member in struct:bzlib_ostream
94 zstream->flushed = FALSE;
107 if (zstream->flushed)
141 zstream->flushed = TRUE;
H A Dostream-lzma.c20 bool flushed:1; member in struct:lzma_ostream
100 zstream->flushed = FALSE;
113 if (zstream->flushed)
149 zstream->flushed = TRUE;
H A Dostream-zlib.c27 bool flushed:1; member in struct:zlib_ostream
164 zstream->flushed = flush == Z_SYNC_FLUSH && zs->avail_in == 0 &&
179 if (zstream->flushed)
226 zstream->flushed = TRUE;
/dovecot/src/util/
H A Drawlog.c107 bool flushed = TRUE; local
110 flushed = FALSE;
112 flushed = FALSE;
113 if (flushed)

Completed in 14 milliseconds