#include "magick/hashmap.h"

Go to the source code of this file.
Data Structures | |
| struct | _LocaleInfo |
Typedefs | |
| typedef struct _LocaleInfo | LocaleInfo |
Functions | |
| MagickExport char ** | GetLocaleList (const char *, unsigned long *, ExceptionInfo *) |
| MagickExport const char * | GetLocaleMessage (const char *) |
| MagickExport const LocaleInfo * | GetLocaleInfo_ (const char *, ExceptionInfo *) |
| MagickExport const LocaleInfo *** | GetLocaleInfoList (const char *, unsigned long *, ExceptionInfo *) |
| MagickExport LinkedListInfo * | DestroyLocaleOptions (LinkedListInfo *) |
| MagickExport LinkedListInfo ** | GetLocaleOptions (const char *, ExceptionInfo *) |
| MagickExport MagickBooleanType | ListLocaleInfo (FILE *, ExceptionInfo *) |
| MagickExport MagickBooleanType | LocaleComponentGenesis (void) |
| MagickExport void | LocaleComponentTerminus (void) |
| typedef struct _LocaleInfo LocaleInfo |
| MagickExport LinkedListInfo* DestroyLocaleOptions | ( | LinkedListInfo * | ) |
| MagickExport const LocaleInfo* GetLocaleInfo_ | ( | const char * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport const LocaleInfo* ** GetLocaleInfoList | ( | const char * | , | |
| unsigned long * | , | |||
| ExceptionInfo * | ||||
| ) |
Definition at line 228 of file locale.c.
References AcquireQuantumMemory(), GetLocaleInfo_(), GetMagickModule, GetNextValueInSplayTree(), GetNumberOfNodesInSplayTree(), GlobExpression(), locale_list, locale_semaphore, LocaleInfoCompare(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, MagickTrue, ResetSplayTreeIterator(), _LocaleInfo::stealth, _LocaleInfo::tag, TraceEvent, and UnlockSemaphoreInfo().
Referenced by ListLocaleInfo().
| MagickExport char** GetLocaleList | ( | const char * | , | |
| unsigned long * | , | |||
| ExceptionInfo * | ||||
| ) |
Definition at line 323 of file locale.c.
References AcquireQuantumMemory(), ConstantString(), GetLocaleInfo_(), GetMagickModule, GetNextValueInSplayTree(), GetNumberOfNodesInSplayTree(), GlobExpression(), locale_list, locale_semaphore, LocaleTagCompare(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, MagickTrue, _LocaleInfo::stealth, _LocaleInfo::tag, TraceEvent, and UnlockSemaphoreInfo().
| MagickExport const char* GetLocaleMessage | ( | const char * | ) |
Definition at line 388 of file locale.c.
References AcquireExceptionInfo(), DestroyExceptionInfo(), FormatMagickString(), GetLocaleInfo_(), MaxTextExtent, and _LocaleInfo::message.
Referenced by GetLocaleExceptionMessage(), and GetLocaleMonitorMessage().
| MagickExport LinkedListInfo* * GetLocaleOptions | ( | const char * | , | |
| ExceptionInfo * | ||||
| ) |
Definition at line 436 of file locale.c.
References AppendValueToLinkedList(), ConfigureFileToStringInfo(), CopyMagickString(), DestroyLinkedList(), DestroyString(), FormatMagickString(), GetConfigurePaths(), GetMagickModule, GetNextValueInLinkedList(), LocaleEvent, LogMagickEvent(), MaxTextExtent, NewLinkedList(), NTResourceToBlob(), RelinquishMagickMemory(), ResetLinkedListIterator(), StringToStringInfo(), and TraceEvent.
Referenced by LoadLocaleLists().
| MagickExport MagickBooleanType ListLocaleInfo | ( | FILE * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport MagickBooleanType LocaleComponentGenesis | ( | void | ) |
Definition at line 1049 of file locale.c.
References AcquireSemaphoreInfo(), locale_semaphore, and MagickTrue.
Referenced by MagickCoreGenesis().
| MagickExport void LocaleComponentTerminus | ( | void | ) |
Definition at line 1073 of file locale.c.
References AcquireSemaphoreInfo(), DestroySemaphoreInfo(), DestroySplayTree(), instantiate_locale, locale_list, locale_semaphore, LockSemaphoreInfo(), MagickFalse, and UnlockSemaphoreInfo().
Referenced by MagickCoreTerminus().
1.6.1