A stream can either be for a message or attachment. More...
#include <mpm_cache.h>
Data Fields | |
| bool | ahead |
| struct mpm_attachment * | attachment |
| bool | cached |
| char * | filename |
| FILE * | fp |
| uint32_t | handle |
| struct mpm_message * | message |
| struct mpm_stream * | next |
| size_t | offset |
| uint32_t | parent_handle |
| struct mpm_stream * | prev |
| enum MAPITAGS | PropertyTag |
| struct mpm_session * | session |
| uint32_t | StreamSize |
| struct timeval | tv_start |
A stream can either be for a message or attachment.
| bool mpm_stream::ahead |
Referenced by cache_dispatch(), cache_dump_stream_stat(), cache_pull_OpenStream(), and mpm_cache_ldb_add_stream().
| struct mpm_attachment* mpm_stream::attachment |
Referenced by cache_dump_stream_stat(), cache_pull_OpenStream(), mpm_cache_ldb_add_stream(), and mpm_cache_stream_open().
| bool mpm_stream::cached |
| char* mpm_stream::filename |
| FILE* mpm_stream::fp |
| uint32_t mpm_stream::handle |
| struct mpm_message* mpm_stream::message |
| struct mpm_stream* mpm_stream::next |
Referenced by cache_dispatch(), cache_pull_Release(), cache_push_OpenStream(), cache_push_ReadStream(), and cache_unbind().
| size_t mpm_stream::offset |
| uint32_t mpm_stream::parent_handle |
Referenced by cache_pull_OpenStream(), cache_pull_Release(), and cache_push_OpenStream().
| struct mpm_stream* mpm_stream::prev |
| enum MAPITAGS mpm_stream::PropertyTag |
Referenced by cache_pull_OpenStream(), cache_push_OpenStream(), and mpm_cache_ldb_add_stream().
| struct mpm_session* mpm_stream::session |
| uint32_t mpm_stream::StreamSize |
| struct timeval mpm_stream::tv_start |
Referenced by cache_dump_stream_stat(), and cache_pull_OpenStream().
|
|
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |