MagickCore 7.0.10
|
Go to the source code of this file.
Typedefs | |
typedef struct _BZIPInfo | BZIPInfo |
Functions | |
WizardExport BZIPInfo * | AcquireBZIPInfo (const size_t) |
WizardExport BZIPInfo * | DestroyBZIPInfo (BZIPInfo *) |
WizardExport const StringInfo * | GetBZIPChaos (const BZIPInfo *) |
WizardExport WizardBooleanType | IncreaseBZIP (BZIPInfo *, const StringInfo *, ExceptionInfo *) |
WizardExport WizardBooleanType | RestoreBZIP (BZIPInfo *, const size_t, const StringInfo *, ExceptionInfo *) |
WizardExport BZIPInfo * AcquireBZIPInfo | ( | const size_t | ) |
WizardExport BZIPInfo * DestroyBZIPInfo | ( | BZIPInfo * | bzip_info | ) |
Definition at line 131 of file bzip.c.
References _BZIPInfo::chaos, DestroyStringInfo(), EntropyDomain, GetWizardModule, LogWizardEvent(), RelinquishWizardMemory(), _BZIPInfo::signature, TraceEvent, WizardAssert, and WizardSignature.
Referenced by DestroyEntropyInfo().
WizardExport const StringInfo * GetBZIPChaos | ( | const BZIPInfo * | bzip_info | ) |
Definition at line 165 of file bzip.c.
References _BZIPInfo::chaos, EntropyDomain, GetWizardModule, LogWizardEvent(), _BZIPInfo::signature, TraceEvent, WizardAssert, and WizardSignature.
Referenced by GetEntropyChaos().
WizardExport WizardBooleanType IncreaseBZIP | ( | BZIPInfo * | , |
const StringInfo * | , | ||
ExceptionInfo * | |||
) |
WizardExport WizardBooleanType RestoreBZIP | ( | BZIPInfo * | bzip_info, |
const size_t | length, | ||
const StringInfo * | message, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 297 of file bzip.c.
References AcquireBZIPMemory(), _BZIPInfo::chaos, EntropyDomain, EntropyError, GetStringInfoDatum(), GetStringInfoLength(), GetWizardModule, LogWizardEvent(), RelinquishBZIPMemory(), SetStringInfoLength(), _BZIPInfo::signature, ThrowWizardException(), TraceEvent, WizardAssert, WizardFalse, WizardSignature, and WizardTrue.
Referenced by RestoreEntropy().