Lines Matching refs:mbox_file_stream
22 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);