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

/dovecot/src/lib/
H A Dostream-file-private.h24 bool flush_pending:1; member in struct:file_ostream
H A Dostream-private.h17 void (*flush_pending)(struct ostream_private *stream, bool set); member in struct:ostream_private
/dovecot/src/lib-mail/
H A Distream-dot.c55 static bool flush_pending(struct dot_istream *dstream, size_t *destp) function
87 return flush_pending(dstream, destp);
122 (void)flush_pending(dstream, &dest);
/dovecot/src/lib-test/
H A Dtest-ostream.c14 bool flush_pending; member in struct:test_ostream
87 tstream->flush_pending = TRUE;
97 tstream->flush_pending = FALSE;
104 tstream->flush_pending = TRUE;
105 if (!tstream->flush_pending ||
113 if (tstream->to == NULL && tstream->flush_pending &&
124 /* we have internal data, won't reset flush_pending */
125 i_assert(tstream->flush_pending);
127 tstream->flush_pending = set;
152 tstream->ostream.flush_pending
[all...]

Completed in 11 milliseconds