|
MagickCore 7.0.10
|
Go to the source code of this file.
Typedefs | |
| typedef struct _ZIPInfo | ZIPInfo |
Functions | |
| WizardExport const StringInfo * | GetZIPChaos (const ZIPInfo *) |
| WizardExport WizardBooleanType | IncreaseZIP (ZIPInfo *, const StringInfo *, ExceptionInfo *) |
| WizardExport WizardBooleanType | RestoreZIP (ZIPInfo *, const size_t, const StringInfo *, ExceptionInfo *) |
| WizardExport ZIPInfo * | AcquireZIPInfo (const size_t) |
| WizardExport ZIPInfo * | DestroyZIPInfo (ZIPInfo *) |
| WizardExport ZIPInfo * AcquireZIPInfo | ( | const size_t | ) |
| WizardExport ZIPInfo * DestroyZIPInfo | ( | ZIPInfo * | zip_info | ) |
Definition at line 161 of file zip.c.
References _ZIPInfo::chaos, DestroyStringInfo(), EntropyDomain, GetWizardModule, LogWizardEvent(), RelinquishWizardMemory(), _ZIPInfo::signature, TraceEvent, WizardAssert, and WizardSignature.
Referenced by DestroyEntropyInfo().
| WizardExport const StringInfo * GetZIPChaos | ( | const ZIPInfo * | zip_info | ) |
Definition at line 131 of file zip.c.
References _ZIPInfo::chaos, EntropyDomain, GetWizardModule, LogWizardEvent(), _ZIPInfo::signature, TraceEvent, WizardAssert, and WizardSignature.
Referenced by GetEntropyChaos().
| WizardExport WizardBooleanType IncreaseZIP | ( | ZIPInfo * | , |
| const StringInfo * | , | ||
| ExceptionInfo * | |||
| ) |
| WizardExport WizardBooleanType RestoreZIP | ( | ZIPInfo * | zip_info, |
| const size_t | length, | ||
| const StringInfo * | message, | ||
| ExceptionInfo * | exception | ||
| ) |
Definition at line 291 of file zip.c.
References AcquireZIPMemory(), _ZIPInfo::chaos, EntropyDomain, EntropyError, GetStringInfoDatum(), GetStringInfoLength(), GetWizardModule, LogWizardEvent(), RelinquishZIPMemory(), SetStringInfoLength(), _ZIPInfo::signature, ThrowWizardException(), TraceEvent, WizardAssert, WizardFalse, WizardSignature, and WizardTrue.
Referenced by RestoreEntropy().