MagickCore  6.9.6
configure.c File Reference
#include "magick/studio.h"
#include "magick/blob.h"
#include "magick/client.h"
#include "magick/configure.h"
#include "magick/exception.h"
#include "magick/exception-private.h"
#include "magick/hashmap.h"
#include "magick/log.h"
#include "magick/memory_.h"
#include "magick/nt-base-private.h"
#include "magick/semaphore.h"
#include "magick/string_.h"
#include "magick/token.h"
#include "magick/utility.h"
#include "magick/xml-tree.h"
#include "magick/xml-tree-private.h"
Include dependency graph for configure.c:

Data Structures

struct  _ConfigureMapInfo
 

Macros

#define ConfigureFilename   "configure.xml"
 
#define MAGICKCORE_FEATURE_OPENMP_STR   ""
 
#define MAGICKCORE_FEATURE_OPENCL_STR   ""
 
#define MAGICKCORE_FEATURE_ZERO_CONFIGURATION_STR   ""
 
#define MAGICKCORE_FEATURE_HDRI_STR   ""
 
#define MAGICKCORE_FEATURES_STR   MAGICKCORE_FEATURE_OPENMP_STR MAGICKCORE_FEATURE_OPENCL_STR MAGICKCORE_FEATURE_ZERO_CONFIGURATION_STR MAGICKCORE_FEATURE_HDRI_STR
 
#define RegistryKey   "ConfigurePath"
 
#define MagickCoreDLL   "CORE_RL_magick_.dll"
 
#define MagickCoreDebugDLL   "CORE_DB_magick_.dll"
 

Typedefs

typedef struct _ConfigureMapInfo ConfigureMapInfo
 

Functions

static MagickBooleanType IsConfigureCacheInstantiated (ExceptionInfo *)
 
static MagickBooleanType LoadConfigureCache (LinkedListInfo *, const char *, const char *, const size_t, ExceptionInfo *)
 
static LinkedListInfoAcquireConfigureCache (const char *filename, ExceptionInfo *exception)
 
MagickExport MagickBooleanType ConfigureComponentGenesis (void)
 
static void * DestroyConfigureElement (void *configure_info)
 
MagickExport 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 const ConfigureMapInfo ConfigureMap []
 
static LinkedListInfoconfigure_cache = (LinkedListInfo *) NULL
 
static SemaphoreInfoconfigure_semaphore = (SemaphoreInfo *) NULL
 

Macro Definition Documentation

§ ConfigureFilename

#define ConfigureFilename   "configure.xml"

§ MAGICKCORE_FEATURE_HDRI_STR

#define MAGICKCORE_FEATURE_HDRI_STR   ""

§ MAGICKCORE_FEATURE_OPENCL_STR

#define MAGICKCORE_FEATURE_OPENCL_STR   ""

§ MAGICKCORE_FEATURE_OPENMP_STR

#define MAGICKCORE_FEATURE_OPENMP_STR   ""

§ MAGICKCORE_FEATURE_ZERO_CONFIGURATION_STR

#define MAGICKCORE_FEATURE_ZERO_CONFIGURATION_STR   ""

§ MAGICKCORE_FEATURES_STR

§ MagickCoreDebugDLL

#define MagickCoreDebugDLL   "CORE_DB_magick_.dll"

Referenced by GetConfigurePaths().

§ MagickCoreDLL

#define MagickCoreDLL   "CORE_RL_magick_.dll"

Referenced by GetConfigurePaths().

§ RegistryKey

#define RegistryKey   "ConfigurePath"

Referenced by GetConfigurePaths().

Typedef Documentation

§ ConfigureMapInfo

Function Documentation

§ AcquireConfigureCache()

§ ConfigureCompare()

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

References LocaleCompare().

Referenced by GetConfigureList().

§ ConfigureComponentGenesis()

MagickExport MagickBooleanType ConfigureComponentGenesis ( void  )

§ ConfigureComponentTerminus()

§ ConfigureInfoCompare()

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

References LocaleCompare().

Referenced by GetConfigureInfoList().

§ DestroyConfigureElement()

static void* DestroyConfigureElement ( void *  configure_info)
static

§ DestroyConfigureOptions()

§ DestroyOptions()

static void* DestroyOptions ( void *  option)
static

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

§ ConfigureMap

const ConfigureMapInfo ConfigureMap[]
static
Initial value:
=
{
{ "NAME", "ImageMagick" },
{ "FEATURES", MAGICKCORE_FEATURES_STR }
}
#define MAGICKCORE_STRING_XQUOTE(str)
Definition: magick-config.h:75
#define MAGICKCORE_QUANTUM_DEPTH
Definition: magick-type.h:28
#define MAGICKCORE_FEATURES_STR
Definition: configure.c:85

Referenced by AcquireConfigureCache().