Searched refs:istream_raw_mbox_seek (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib-storage/index/mbox/
H A Distream-raw-mbox.h41 int istream_raw_mbox_seek(struct istream *stream, uoff_t offset);
H A Dmbox-file.c177 if (istream_raw_mbox_seek(mbox->mbox_stream, offset) < 0) {
202 ret = istream_raw_mbox_seek(mbox->mbox_stream, offset);
H A Dmbox-mail.c216 if (istream_raw_mbox_seek(mbox->mbox_stream,
H A Dmbox-sync.c88 if (istream_raw_mbox_seek(sync_ctx->input, from_offset) < 0) {
835 if (istream_raw_mbox_seek(mbox->mbox_stream, 0) < 0) {
855 if (istream_raw_mbox_seek(mbox->mbox_stream,
912 if (istream_raw_mbox_seek(sync_ctx->mbox->mbox_stream,
H A Distream-raw-mbox.c709 int istream_raw_mbox_seek(struct istream *stream, uoff_t offset) function

Completed in 482 milliseconds