|
MagickCore 7.0.10
|
Go to the source code of this file.
Typedefs | |
| typedef struct _LZMAInfo | LZMAInfo |
Functions | |
| WizardExport const StringInfo * | GetLZMAChaos (const LZMAInfo *) |
| WizardExport WizardBooleanType | IncreaseLZMA (LZMAInfo *, const StringInfo *, ExceptionInfo *) |
| WizardExport WizardBooleanType | RestoreLZMA (LZMAInfo *, const size_t, const StringInfo *, ExceptionInfo *) |
| WizardExport LZMAInfo * | AcquireLZMAInfo (const size_t) |
| WizardExport LZMAInfo * | DestroyLZMAInfo (LZMAInfo *) |
| WizardExport LZMAInfo * AcquireLZMAInfo | ( | const size_t | ) |
| WizardExport LZMAInfo * DestroyLZMAInfo | ( | LZMAInfo * | lzma_info | ) |
Definition at line 164 of file lzma.c.
References _LZMAInfo::chaos, DestroyStringInfo(), EntropyDomain, GetWizardModule, LogWizardEvent(), RelinquishWizardMemory(), _LZMAInfo::signature, TraceEvent, WizardAssert, and WizardSignature.
Referenced by DestroyEntropyInfo().
| WizardExport const StringInfo * GetLZMAChaos | ( | const LZMAInfo * | lzma_info | ) |
Definition at line 134 of file lzma.c.
References _LZMAInfo::chaos, EntropyDomain, GetWizardModule, LogWizardEvent(), _LZMAInfo::signature, TraceEvent, WizardAssert, and WizardSignature.
Referenced by GetEntropyChaos().
| WizardExport WizardBooleanType IncreaseLZMA | ( | LZMAInfo * | , |
| const StringInfo * | , | ||
| ExceptionInfo * | |||
| ) |
| WizardExport WizardBooleanType RestoreLZMA | ( | LZMAInfo * | lzma_info, |
| const size_t | length, | ||
| const StringInfo * | message, | ||
| ExceptionInfo * | exception | ||
| ) |
Definition at line 311 of file lzma.c.
References AcquireLZMAMemory(), _LZMAInfo::chaos, EntropyDomain, EntropyError, GetStringInfoDatum(), GetStringInfoLength(), GetWizardModule, LogWizardEvent(), RelinquishLZMAMemory(), SetStringInfoLength(), _LZMAInfo::signature, ThrowWizardException(), TraceEvent, WizardAssert, WizardFalse, WizardSignature, and WizardTrue.
Referenced by RestoreEntropy().