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

/dovecot/src/lib/
H A Dostream-file.c25 #define IS_STREAM_EMPTY(fstream) \ macro
83 if (IS_STREAM_EMPTY(fstream) || size == 0)
295 if (IS_STREAM_EMPTY(fstream))
330 return IS_STREAM_EMPTY(fstream) ? 1 : 0;
452 if (fstream->tail <= fstream->head && !IS_STREAM_EMPTY(fstream)) {
490 if (!fstream->flush_pending && IS_STREAM_EMPTY(fstream)) {
561 if (size > get_unused_space(fstream) && !IS_STREAM_EMPTY(fstream)) {
568 if (IS_STREAM_EMPTY(fstream) &&
802 i_assert(IS_STREAM_EMPTY(foutstream));

Completed in 11 milliseconds