|
WizardsToolkit
1.0.7
|


Go to the source code of this file.
Data Structures | |
| struct | _OptionInfo |
Typedefs | |
| typedef struct _OptionInfo | OptionInfo |
Enumerations | |
| enum | WizardOption { WizardUndefinedOptions = -1, WizardAuthenticateOptions = 0, WizardCipherOptions, WizardCommandOptions, WizardDataTypeOptions, WizardDebugOptions, WizardEndianOptions, WizardEntropyOptions, WizardEntropyLevelOptions, WizardKeyLengthOptions, WizardHashOptions, WizardListOptions, WizardModeOptions, WizardLogEventOptions, WizardResourceOptions } |
Functions | |
| WizardExport char ** | GetWizardOptions (const WizardOption) |
| WizardExport const char * | WizardOptionToMnemonic (const WizardOption, const ssize_t) |
| WizardExport ssize_t | ParseWizardOption (const WizardOption, const WizardBooleanType, const char *) |
| WizardExport WizardBooleanType | IsWizardOption (const char *) |
| WizardExport WizardBooleanType | ListWizardOptions (FILE *, const WizardOption, ExceptionInfo *) |
| typedef struct _OptionInfo OptionInfo |
| enum WizardOption |
| WizardExport char** GetWizardOptions | ( | const WizardOption | ) |
Definition at line 272 of file option.c.
References GetOptionInfo(), _OptionInfo::mnemonic, AcquireQuantumMemory(), ThrowFatalException, ResourceFatalError, and AcquireString().
| WizardExport WizardBooleanType IsWizardOption | ( | const char * | ) |
| WizardExport WizardBooleanType ListWizardOptions | ( | FILE * | , |
| const WizardOption | , | ||
| ExceptionInfo * | |||
| ) |
| WizardExport ssize_t ParseWizardOption | ( | const WizardOption | , |
| const WizardBooleanType | , | ||
| const char * | |||
| ) |
Definition at line 411 of file option.c.
References MaxTextExtent, GetOptionInfo(), WizardTrue, WizardFalse, _OptionInfo::mnemonic, LocaleCompare(), _OptionInfo::type, and CopyWizardString().
Referenced by LoadLogList(), SetLogEventMask(), and LoadMimeList().
| WizardExport const char* WizardOptionToMnemonic | ( | const WizardOption | , |
| const ssize_t | |||
| ) |
Definition at line 520 of file option.c.
References GetOptionInfo(), and _OptionInfo::mnemonic.
Referenced by LogWizardEventList(), AcquireWizardResource(), and RelinquishWizardResource().