NeoMutt  2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
CompressInfo Struct Reference

Private data for compress. More...

#include "lib.h"

Collaboration diagram for CompressInfo:

Data Fields

const struct Expandocmd_append
 append-hook command
const struct Expandocmd_close
 close-hook command
const struct Expandocmd_open
 open-hook command
long size
 size of the compressed file
const struct MxOpschild_ops
 callbacks of de-compressed file
bool locked
 if realpath is locked
FILE * fp_lock
 fp used for locking

Detailed Description

Private data for compress.

This object gets attached to the Mailbox. Command expandos are owned by their Hooks.

Definition at line 61 of file lib.h.

Field Documentation

◆ cmd_append

const struct Expando* CompressInfo::cmd_append

append-hook command

Definition at line 63 of file lib.h.

◆ cmd_close

const struct Expando* CompressInfo::cmd_close

close-hook command

Definition at line 64 of file lib.h.

◆ cmd_open

const struct Expando* CompressInfo::cmd_open

open-hook command

Definition at line 65 of file lib.h.

◆ size

long CompressInfo::size

size of the compressed file

Definition at line 66 of file lib.h.

◆ child_ops

const struct MxOps* CompressInfo::child_ops

callbacks of de-compressed file

Definition at line 67 of file lib.h.

◆ locked

bool CompressInfo::locked

if realpath is locked

Definition at line 68 of file lib.h.

◆ fp_lock

FILE* CompressInfo::fp_lock

fp used for locking

Definition at line 69 of file lib.h.


The documentation for this struct was generated from the following file: