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

/dovecot/src/lib-storage/index/mbox/
H A Distream-raw-mbox.c159 static ssize_t i_stream_raw_mbox_read(struct istream_private *stream) function
195 i_stream_raw_mbox_read() to read more data. */
243 return ret < 0 ? i_stream_raw_mbox_read(stream) : ret;
254 return i_stream_raw_mbox_read(stream);
274 return i_stream_raw_mbox_read(stream);
378 return i_stream_raw_mbox_read(stream);
446 rstream->istream.read = i_stream_raw_mbox_read;

Completed in 1369 milliseconds