#include "magick/hashmap.h"

Go to the source code of this file.
Data Structures | |
| struct | _ConfigureInfo |
Typedefs | |
| typedef struct _ConfigureInfo | ConfigureInfo |
Functions | |
| MagickExport char ** | GetConfigureList (const char *, unsigned long *, ExceptionInfo *) |
| MagickExport char *** | GetConfigureOption (const char *) |
| MagickExport const char * | GetConfigureValue (const ConfigureInfo *) |
| MagickExport const ConfigureInfo * | GetConfigureInfo (const char *, ExceptionInfo *) |
| MagickExport const ConfigureInfo *** | GetConfigureInfoList (const char *, unsigned long *, ExceptionInfo *) |
| MagickExport LinkedListInfo * | DestroyConfigureOptions (LinkedListInfo *) |
| MagickExport LinkedListInfo ** | GetConfigurePaths (const char *, ExceptionInfo *) |
| MagickExport LinkedListInfo *** | GetConfigureOptions (const char *, ExceptionInfo *) |
| MagickExport MagickBooleanType | ConfigureComponentGenesis (void) |
| MagickExport MagickBooleanType | ListConfigureInfo (FILE *, ExceptionInfo *) |
| MagickExport void | ConfigureComponentTerminus (void) |
| typedef struct _ConfigureInfo ConfigureInfo |
| MagickExport MagickBooleanType ConfigureComponentGenesis | ( | void | ) |
| MagickExport void ConfigureComponentTerminus | ( | void | ) |
Definition at line 159 of file configure.c.
References AcquireSemaphoreInfo(), configure_list, configure_semaphore, DestroyConfigureElement(), DestroyLinkedList(), DestroySemaphoreInfo(), instantiate_configure, LockSemaphoreInfo(), MagickFalse, and UnlockSemaphoreInfo().
Referenced by MagickCoreTerminus().
| MagickExport LinkedListInfo* DestroyConfigureOptions | ( | LinkedListInfo * | ) |
| MagickExport const ConfigureInfo* GetConfigureInfo | ( | const char * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport const ConfigureInfo* ** GetConfigureInfoList | ( | const char * | , | |
| unsigned long * | , | |||
| ExceptionInfo * | ||||
| ) |
Definition at line 323 of file configure.c.
References AcquireQuantumMemory(), configure_list, configure_semaphore, ConfigureInfoCompare(), GetConfigureInfo(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, _ConfigureInfo::name, ResetLinkedListIterator(), _ConfigureInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
Referenced by ListConfigureInfo().
| MagickExport char** GetConfigureList | ( | const char * | , | |
| unsigned long * | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport char** * GetConfigureOption | ( | const char * | ) |
Definition at line 482 of file configure.c.
References AcquireExceptionInfo(), ConstantString(), DestroyExceptionInfo(), GetConfigureInfo(), GetConfigureValue(), GetMagickModule, LogMagickEvent(), and TraceEvent.
| MagickExport LinkedListInfo* * * GetConfigureOptions | ( | const char * | , | |
| ExceptionInfo * | ||||
| ) |
Definition at line 532 of file configure.c.
References AppendValueToLinkedList(), ConfigureEvent, ConfigureFileToStringInfo(), ConfigureWarning, CopyMagickString(), DestroyLinkedList(), DestroyString(), FormatMagickString(), GetConfigurePaths(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), LogMagickEvent(), MaxTextExtent, NewLinkedList(), NTResourceToBlob(), RelinquishMagickMemory(), ResetLinkedListIterator(), SetStringInfoPath(), StringToStringInfo(), ThrowMagickException(), and TraceEvent.
Referenced by GetThresholdMap(), ListThresholdMaps(), LoadCoderLists(), LoadColorLists(), LoadConfigureLists(), LoadDelegateLists(), LoadLogLists(), LoadMagicLists(), LoadMimeLists(), LoadPolicyLists(), and LoadTypeLists().
| MagickExport LinkedListInfo* * GetConfigurePaths | ( | const char * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport const char* GetConfigureValue | ( | const ConfigureInfo * | ) |
Definition at line 835 of file configure.c.
References GetMagickModule, LogMagickEvent(), MagickSignature, _ConfigureInfo::signature, TraceEvent, and _ConfigureInfo::value.
Referenced by GetConfigureOption().
| MagickExport MagickBooleanType ListConfigureInfo | ( | FILE * | , | |
| ExceptionInfo * | ||||
| ) |
Definition at line 908 of file configure.c.
References GetConfigureInfoList(), LocaleCompare(), MagickFalse, MagickTrue, _ConfigureInfo::path, and RelinquishMagickMemory().
1.6.1