|
MagickCore
6.7.5
|
#include "MagickCore/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 *, size_t *, 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 *, size_t *, ExceptionInfo *) |
| MagickExport LinkedListInfo * | DestroyConfigureOptions (LinkedListInfo *) |
| MagickExport LinkedListInfo * | GetConfigurePaths (const char *, ExceptionInfo *) |
| MagickExport LinkedListInfo * | GetConfigureOptions (const char *, ExceptionInfo *) |
| MagickExport MagickBooleanType | ListConfigureInfo (FILE *, ExceptionInfo *) |
| typedef struct _ConfigureInfo ConfigureInfo |
| MagickExport LinkedListInfo* DestroyConfigureOptions | ( | LinkedListInfo * | ) |
| MagickExport const ConfigureInfo* GetConfigureInfo | ( | const char * | , |
| ExceptionInfo * | |||
| ) |
| MagickExport const ConfigureInfo ** GetConfigureInfoList | ( | const char * | , |
| size_t * | , | ||
| ExceptionInfo * | |||
| ) |
Definition at line 326 of file configure.c.
References LogMagickEvent(), TraceEvent, GetMagickModule, GetConfigureInfo(), AcquireQuantumMemory(), GetNumberOfElementsInLinkedList(), configure_list, LockSemaphoreInfo(), configure_semaphore, ResetLinkedListIterator(), GetNextValueInLinkedList(), _ConfigureInfo::stealth, MagickFalse, GlobExpression(), _ConfigureInfo::name, UnlockSemaphoreInfo(), and ConfigureInfoCompare().
Referenced by ListConfigureInfo().
| MagickExport char** GetConfigureList | ( | const char * | , |
| size_t * | , | ||
| ExceptionInfo * | |||
| ) |
| MagickExport char * GetConfigureOption | ( | const char * | ) |
Definition at line 485 of file configure.c.
References LogMagickEvent(), TraceEvent, GetMagickModule, AcquireExceptionInfo(), GetConfigureInfo(), DestroyExceptionInfo(), GetConfigureValue(), and ConstantString().
| MagickExport LinkedListInfo * GetConfigureOptions | ( | const char * | , |
| ExceptionInfo * | |||
| ) |
Definition at line 535 of file configure.c.
References MaxTextExtent, LogMagickEvent(), TraceEvent, GetMagickModule, CopyMagickString(), NewLinkedList(), GetConfigurePaths(), ResetLinkedListIterator(), GetNextValueInLinkedList(), FormatLocaleString(), ConfigureEvent, ConfigureFileToStringInfo(), AppendValueToLinkedList(), DestroyLinkedList(), RelinquishMagickMemory(), GetNumberOfElementsInLinkedList(), AcquireStringInfo(), SetStringInfoLength(), SetStringInfoDatum(), SetStringInfoPath(), ThrowMagickException(), and ConfigureWarning.
Referenced by LoadCoderLists(), LoadColorLists(), LoadConfigureLists(), LoadDelegateLists(), LoadLogLists(), LoadMagicLists(), LoadMimeLists(), LoadPolicyLists(), GetThresholdMap(), ListThresholdMaps(), and LoadTypeLists().
| MagickExport LinkedListInfo * GetConfigurePaths | ( | const char * | , |
| ExceptionInfo * | |||
| ) |
| MagickExport const char* GetConfigureValue | ( | const ConfigureInfo * | ) |
Definition at line 841 of file configure.c.
References LogMagickEvent(), TraceEvent, GetMagickModule, _ConfigureInfo::signature, MagickSignature, and _ConfigureInfo::value.
Referenced by GetConfigureOption().
| MagickExport MagickBooleanType ListConfigureInfo | ( | FILE * | , |
| ExceptionInfo * | |||
| ) |
Definition at line 914 of file configure.c.
References GetConfigureInfoList(), MagickFalse, LocaleCompare(), FormatLocaleFile(), _ConfigureInfo::path, RelinquishMagickMemory(), and MagickTrue.