Bytes of padding between messages.
More...
Bytes of padding between messages.
- Parameters
-
- Return values
-
- Precondition
- m is not NULL
◆ comp_msg_padding_size()
static int comp_msg_padding_size |
( |
struct Mailbox * |
m | ) |
|
|
static |
Bytes of padding between messages - Implements MxOps::msg_padding_size() -.
Definition at line 825 of file compress.c.
826{
828 return 0;
829
831
834 return 0;
835
837}
Private data for compress.
const struct MxOps * child_ops
callbacks of de-compressed file
void * compress_info
Compressed mbox module private data.
int(* msg_padding_size)(struct Mailbox *m)
◆ mbox_msg_padding_size()
static int mbox_msg_padding_size |
( |
struct Mailbox * |
m | ) |
|
|
static |
◆ mmdf_msg_padding_size()
static int mmdf_msg_padding_size |
( |
struct Mailbox * |
m | ) |
|
|
static |