Lines Matching refs:mbox_stream
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;