Searched refs:mbox_stream (Results 1 - 7 of 7) sorted by relevance
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-file.c | 66 if (mbox->mbox_stream != NULL) 92 mbox->mbox_stream = i_stream_create_raw_mbox(mbox->mbox_file_stream); 94 istream_raw_mbox_set_locked(mbox->mbox_stream); 128 i_stream_destroy(&mbox->mbox_stream); 177 if (istream_raw_mbox_seek(mbox->mbox_stream, offset) < 0) { 202 ret = istream_raw_mbox_seek(mbox->mbox_stream, offset);
|
H A D | mbox-mail.c | 50 if (mbox->mbox_stream != NULL && 51 istream_raw_mbox_is_corrupted(mbox->mbox_stream)) { 122 istream_raw_mbox_get_received_time(mbox->mbox_stream); 193 *value_r = istream_raw_mbox_get_sender(mbox->mbox_stream); 204 mbox->mbox_stream == NULL) { 208 offset = istream_raw_mbox_get_start_offset(mbox->mbox_stream); 216 if (istream_raw_mbox_seek(mbox->mbox_stream, 304 if (istream_raw_mbox_get_body_offset(mbox->mbox_stream, &body_offset) < 0) { 317 if (istream_raw_mbox_get_body_size(mbox->mbox_stream, 352 raw_stream = mbox->mbox_stream; [all...] |
H A D | mbox-storage.h | 45 struct istream *mbox_stream, *mbox_file_stream; member in struct:mbox_mailbox
|
H A D | mbox-lock.c | 823 if (mbox->mbox_stream != NULL) 824 istream_raw_mbox_set_locked(mbox->mbox_stream); 871 if (mbox->mbox_stream != NULL) 872 istream_raw_mbox_set_unlocked(mbox->mbox_stream);
|
H A D | mbox-sync.c | 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, 1845 if (mbox->mbox_stream != NULL) 1846 i_stream_sync(mbox->mbox_stream); 1960 sync_ctx.input = sync_ctx.mbox->mbox_stream;
|
H A D | mbox-storage.c | 597 if (mbox->mbox_stream != NULL && 598 istream_raw_mbox_is_corrupted(mbox->mbox_stream)) {
|
H A D | mbox-sync-parse.c | 578 hdr_ctx = message_parse_header_init(mbox->mbox_stream, NULL, 0);
|
Completed in 25 milliseconds