|
MagickCore 7.0.10
|
#include "wizard/studio.h"#include "wizard/authenticate.h"#include "wizard/cipher.h"#include "wizard/entropy.h"#include "wizard/exception-private.h"#include "wizard/memory_.h"#include "wizard/mime.h"#include "wizard/mime-private.h"#include "wizard/option.h"#include "wizard/resource_.h"#include "wizard/string_.h"#include "wizard/token.h"Go to the source code of this file.
Functions | |
| static const OptionInfo * | GetOptionInfo (const WizardOption option) |
| WizardExport char ** | GetWizardOptions (const WizardOption option) |
| WizardExport WizardBooleanType | IsWizardOption (const char *option) |
| WizardExport WizardBooleanType | ListWizardOptions (FILE *file, const WizardOption option, ExceptionInfo *wizard_unused(exception)) |
| WizardExport ssize_t | ParseWizardOption (const WizardOption option, const WizardBooleanType list, const char *options) |
| WizardExport const char * | WizardOptionToMnemonic (const WizardOption option, const ssize_t type) |
Variables | |
| static const OptionInfo | AuthenticateOptions [] |
| static const OptionInfo | CipherOptions [] |
| static const OptionInfo | CommandOptions [] |
| static const OptionInfo | DataTypeOptions [] |
| static const OptionInfo | EndianOptions [] |
| static const OptionInfo | EntropyLevelOptions [] |
| static const OptionInfo | EntropyOptions [] |
| static const OptionInfo | KeyLengthOptions [] |
| static const OptionInfo | HashOptions [] |
| static const OptionInfo | ListOptions [] |
| static const OptionInfo | LogWizardEventOptions [] |
| static const OptionInfo | ModeOptions [] |
| static const OptionInfo | ResourceOptions [] |
|
static |
Definition at line 260 of file option.c.
References AuthenticateOptions, CipherOptions, CommandOptions, DataTypeOptions, EndianOptions, EntropyLevelOptions, EntropyOptions, HashOptions, KeyLengthOptions, ListOptions, LogWizardEventOptions, ModeOptions, ResourceOptions, WizardAuthenticateOptions, WizardCipherOptions, WizardCommandOptions, WizardDataTypeOptions, WizardDebugOptions, WizardEndianOptions, WizardEntropyLevelOptions, WizardEntropyOptions, WizardHashOptions, WizardKeyLengthOptions, WizardListOptions, WizardLogEventOptions, WizardModeOptions, and WizardResourceOptions.
Referenced by GetWizardOptions(), ListWizardOptions(), ParseWizardOption(), and WizardOptionToMnemonic().
| WizardExport char ** GetWizardOptions | ( | const WizardOption | option | ) |
Definition at line 283 of file option.c.
References AcquireQuantumMemory(), AcquireString(), GetOptionInfo(), _OptionInfo::mnemonic, ResourceFatalError, and ThrowFatalException.
| WizardExport WizardBooleanType IsWizardOption | ( | const char * | option | ) |
Definition at line 330 of file option.c.
References WizardFalse, and WizardTrue.
| WizardExport WizardBooleanType ListWizardOptions | ( | FILE * | file, |
| const WizardOption | option, | ||
| ExceptionInfo * | wizard_unusedexception | ||
| ) |
Definition at line 370 of file option.c.
References GetOptionInfo(), _OptionInfo::mnemonic, WizardFalse, and WizardTrue.
| WizardExport ssize_t ParseWizardOption | ( | const WizardOption | option, |
| const WizardBooleanType | list, | ||
| const char * | options | ||
| ) |
Definition at line 422 of file option.c.
References CopyWizardString(), GetOptionInfo(), LocaleCompare(), _OptionInfo::mnemonic, _OptionInfo::type, WizardFalse, WizardPathExtent, and WizardTrue.
Referenced by LoadLogCache(), LoadMimeCache(), and SetLogEventMask().
| WizardExport const char * WizardOptionToMnemonic | ( | const WizardOption | option, |
| const ssize_t | type | ||
| ) |
Definition at line 531 of file option.c.
References GetOptionInfo(), and _OptionInfo::mnemonic.
Referenced by AcquireWizardResource(), LogWizardEventList(), and RelinquishWizardResource().
|
static |
Definition at line 58 of file option.c.
Referenced by GetOptionInfo().
|
static |
Definition at line 65 of file option.c.
Referenced by GetOptionInfo().
|
static |
Definition at line 75 of file option.c.
Referenced by GetOptionInfo().
|
static |
Definition at line 115 of file option.c.
Referenced by GetOptionInfo().
|
static |
Definition at line 124 of file option.c.
Referenced by GetOptionInfo().
|
static |
Definition at line 131 of file option.c.
Referenced by GetOptionInfo().
|
static |
Definition at line 145 of file option.c.
Referenced by GetOptionInfo().
|
static |
Definition at line 162 of file option.c.
Referenced by GetOptionInfo().
|
static |
Definition at line 154 of file option.c.
Referenced by GetOptionInfo().
|
static |
Definition at line 185 of file option.c.
Referenced by GetOptionInfo().
|
static |
Definition at line 201 of file option.c.
Referenced by GetOptionInfo().
|
static |
Definition at line 216 of file option.c.
Referenced by GetOptionInfo().
|
static |
Definition at line 226 of file option.c.
Referenced by GetOptionInfo().