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

/dovecot/src/lib-storage/index/mbox/
H A Dmbox-file.c22 if (mbox->mbox_file_stream != NULL) {
69 if (mbox->mbox_file_stream != NULL) {
79 mbox->mbox_file_stream =
82 mbox->mbox_file_stream =
85 i_stream_set_init_buffer_size(mbox->mbox_file_stream,
88 i_stream_set_name(mbox->mbox_file_stream,
92 mbox->mbox_stream = i_stream_create_raw_mbox(mbox->mbox_file_stream);
130 if (mbox->mbox_file_stream != NULL) {
134 i_stream_seek(mbox->mbox_file_stream, 0);
136 i_stream_destroy(&mbox->mbox_file_stream);
[all...]
H A Dmbox-storage.h45 struct istream *mbox_stream, *mbox_file_stream; member in struct:mbox_mailbox
H A Dmbox-sync.c1740 if (mbox->mbox_file_stream != NULL && mbox->mbox_fd == -1) {
1742 if (i_stream_stat(mbox->mbox_file_stream, FALSE, &st) < 0) {
1847 if (mbox->mbox_file_stream != NULL)
1848 i_stream_sync(mbox->mbox_file_stream);
1959 sync_ctx.file_input = sync_ctx.mbox->mbox_file_stream;
H A Dmbox-storage.c481 mbox->mbox_file_stream = box->input;
620 i_stream_destroy(&mbox->mbox_file_stream);
H A Dmbox-lock.c713 if (mbox->mbox_fd == -1 && mbox->mbox_file_stream != NULL) {

Completed in 22 milliseconds