MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
configure.c File Reference
Include dependency graph for configure.c:

Go to the source code of this file.

Data Structures

struct  _ConfigureMapInfo
 

Macros

#define ConfigureFilename   "configure.xml"
 
#define RegistryKey   "ConfigurePath"
 
#define MagickCoreDLL   "CORE_RL_MagickCore_.dll"
 
#define MagickCoreDebugDLL   "CORE_DB_MagickCore_.dll"
 

Typedefs

typedef struct _ConfigureMapInfo ConfigureMapInfo
 

Functions

static MagickBooleanType IsConfigureCacheInstantiated (ExceptionInfo *)
 
static MagickBooleanType LoadConfigureCache (LinkedListInfo *, const char *, const char *, const size_t, ExceptionInfo *)
 
static void AddConfigureKey (LinkedListInfo *cache, const char *path, const char *name, const char *value, MagickBooleanType exempt)
 
static LinkedListInfoAcquireConfigureCache (const char *filename, ExceptionInfo *exception)
 
MagickPrivate MagickBooleanType ConfigureComponentGenesis (void)
 
static void * DestroyConfigureElement (void *configure_info)
 
MagickPrivate void ConfigureComponentTerminus (void)
 
static void * DestroyOptions (void *option)
 
MagickExport LinkedListInfoDestroyConfigureOptions (LinkedListInfo *options)
 
MagickExport const ConfigureInfoGetConfigureInfo (const char *name, ExceptionInfo *exception)
 
static int ConfigureInfoCompare (const void *x, const void *y)
 
MagickExport const ConfigureInfo ** GetConfigureInfoList (const char *pattern, size_t *number_options, ExceptionInfo *exception)
 
static int ConfigureCompare (const void *x, const void *y)
 
MagickExport char ** GetConfigureList (const char *pattern, size_t *number_options, ExceptionInfo *exception)
 
MagickExport char * GetConfigureOption (const char *option)
 
MagickExport LinkedListInfoGetConfigureOptions (const char *filename, ExceptionInfo *exception)
 
MagickExport LinkedListInfoGetConfigurePaths (const char *filename, ExceptionInfo *exception)
 
MagickExport const char * GetConfigureValue (const ConfigureInfo *configure_info)
 
MagickExport MagickBooleanType ListConfigureInfo (FILE *file, ExceptionInfo *exception)
 

Variables

static LinkedListInfoconfigure_cache = (LinkedListInfo *) NULL
 
static SemaphoreInfoconfigure_semaphore = (SemaphoreInfo *) NULL
 

Macro Definition Documentation

◆ ConfigureFilename

#define ConfigureFilename   "configure.xml"

Definition at line 65 of file configure.c.

◆ MagickCoreDebugDLL

#define MagickCoreDebugDLL   "CORE_DB_MagickCore_.dll"

◆ MagickCoreDLL

#define MagickCoreDLL   "CORE_RL_MagickCore_.dll"

◆ RegistryKey

#define RegistryKey   "ConfigurePath"

Typedef Documentation

◆ ConfigureMapInfo

Function Documentation

◆ AcquireConfigureCache()

◆ AddConfigureKey()

static void AddConfigureKey ( LinkedListInfo cache,
const char *  path,
const char *  name,
const char *  value,
MagickBooleanType  exempt 
)
inlinestatic

◆ ConfigureCompare()

static int ConfigureCompare ( const void *  x,
const void *  y 
)
static

Definition at line 516 of file configure.c.

References LocaleCompare().

Referenced by GetConfigureList().

◆ ConfigureComponentGenesis()

MagickPrivate MagickBooleanType ConfigureComponentGenesis ( void  )

Definition at line 231 of file configure.c.

References AcquireSemaphoreInfo(), configure_semaphore, and MagickTrue.

Referenced by MagickCoreGenesis().

◆ ConfigureComponentTerminus()

◆ ConfigureInfoCompare()

static int ConfigureInfoCompare ( const void *  x,
const void *  y 
)
static

Definition at line 419 of file configure.c.

References LocaleCompare().

Referenced by GetConfigureInfoList().

◆ DestroyConfigureElement()

static void * DestroyConfigureElement ( void *  configure_info)
static

◆ DestroyConfigureOptions()

◆ DestroyOptions()

static void * DestroyOptions ( void *  option)
static

Definition at line 312 of file configure.c.

References DestroyStringInfo().

Referenced by DestroyConfigureOptions().

◆ GetConfigureInfo()

◆ GetConfigureInfoList()

◆ GetConfigureList()

◆ GetConfigureOption()

◆ GetConfigureOptions()

◆ GetConfigurePaths()

◆ GetConfigureValue()

MagickExport const char * GetConfigureValue ( const ConfigureInfo configure_info)

◆ IsConfigureCacheInstantiated()

◆ ListConfigureInfo()

◆ LoadConfigureCache()

Variable Documentation

◆ configure_cache

◆ configure_semaphore