|
WizardsToolkit
1.0.7
|

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 | ) |
Definition at line 131 of file bzip.c.
References LogWizardEvent(), TraceEvent, GetWizardModule, WizardAssert, EntropyDomain, _BZIPInfo::signature, WizardSignature, _BZIPInfo::chaos, DestroyStringInfo(), and RelinquishWizardMemory().
Referenced by DestroyEntropyInfo().
| WizardExport const StringInfo* GetBZIPChaos | ( | const BZIPInfo * | ) |
Definition at line 165 of file bzip.c.
References LogWizardEvent(), TraceEvent, GetWizardModule, WizardAssert, EntropyDomain, _BZIPInfo::signature, WizardSignature, and _BZIPInfo::chaos.
Referenced by GetEntropyChaos().
| WizardExport WizardBooleanType IncreaseBZIP | ( | BZIPInfo * | , |
| const StringInfo * | , | ||
| ExceptionInfo * | |||
| ) |
| WizardExport WizardBooleanType RestoreBZIP | ( | BZIPInfo * | , |
| const size_t | , | ||
| const StringInfo * | , | ||
| ExceptionInfo * | |||
| ) |
Definition at line 297 of file bzip.c.
References WizardAssert, EntropyDomain, LogWizardEvent(), TraceEvent, GetWizardModule, _BZIPInfo::signature, WizardSignature, AcquireBZIPMemory(), RelinquishBZIPMemory(), ThrowWizardException(), EntropyError, WizardFalse, GetStringInfoDatum(), GetStringInfoLength(), SetStringInfoLength(), _BZIPInfo::chaos, and WizardTrue.
Referenced by RestoreEntropy().