#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 | ListConfigureInfo (FILE *, ExceptionInfo *) |
| MagickExport void | DestroyConfigureList (void) |
| typedef struct _ConfigureInfo ConfigureInfo |
| MagickExport void DestroyConfigureList | ( | void | ) |
Definition at line 123 of file configure.c.
References AcquireSemaphoreInfo(), configure_list, configure_semaphore, DestroyConfigureElement(), DestroyLinkedList(), DestroySemaphoreInfo(), instantiate_configure, MagickFalse, and RelinquishSemaphoreInfo().
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 285 of file configure.c.
References AcquireQuantumMemory(), AcquireSemaphoreInfo(), configure_list, configure_semaphore, ConfigureInfoCompare(), GetConfigureInfo(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GlobExpression(), LogMagickEvent(), MagickFalse, _ConfigureInfo::name, RelinquishSemaphoreInfo(), ResetLinkedListIterator(), _ConfigureInfo::stealth, and TraceEvent.
Referenced by ListConfigureInfo().
| MagickExport char** GetConfigureList | ( | const char * | , | |
| unsigned long * | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport char** * GetConfigureOption | ( | const char * | ) |
Definition at line 446 of file configure.c.
References AcquireExceptionInfo(), ConstantString(), DestroyExceptionInfo(), GetConfigureInfo(), GetConfigureValue(), GetMagickModule, LogMagickEvent(), and TraceEvent.
Referenced by GetPathTemplate(), and InitializeMagickResources().
| MagickExport LinkedListInfo* * * GetConfigureOptions | ( | const char * | , | |
| ExceptionInfo * | ||||
| ) |
Definition at line 496 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(), and LoadTypeLists().
| MagickExport LinkedListInfo* * GetConfigurePaths | ( | const char * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport const char* GetConfigureValue | ( | const ConfigureInfo * | ) |
Definition at line 801 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 872 of file configure.c.
References GetConfigureInfoList(), LocaleCompare(), MagickFalse, MagickTrue, _ConfigureInfo::path, and RelinquishMagickMemory().
1.5.7.1