MagickCore  7.0.10
Convert, Edit, Or Compose Bitmap Images
registry.c File Reference

Data Structures

struct  _RegistryInfo
 

Typedefs

typedef struct _RegistryInfo RegistryInfo
 

Functions

MagickExport MagickBooleanType DefineImageRegistry (const RegistryType type, const char *option, ExceptionInfo *exception)
 
MagickExport MagickBooleanType DeleteImageRegistry (const char *key)
 
MagickExport void * GetImageRegistry (const RegistryType type, const char *key, ExceptionInfo *exception)
 
MagickExport char * GetNextImageRegistry (void)
 
MagickPrivate MagickBooleanType RegistryComponentGenesis (void)
 
MagickPrivate void RegistryComponentTerminus (void)
 
MagickExport void * RemoveImageRegistry (const char *key)
 
MagickExport void ResetImageRegistryIterator (void)
 
static void * DestroyRegistryNode (void *registry_info)
 
MagickExport MagickBooleanType SetImageRegistry (const RegistryType type, const char *key, const void *value, ExceptionInfo *exception)
 

Variables

static SplayTreeInforegistry = (SplayTreeInfo *) NULL
 
static SemaphoreInforegistry_semaphore = (SemaphoreInfo *) NULL
 

Typedef Documentation

typedef struct _RegistryInfo RegistryInfo

Function Documentation

MagickExport MagickBooleanType DefineImageRegistry ( const RegistryType  type,
const char *  option,
ExceptionInfo exception 
)
MagickExport char* GetNextImageRegistry ( void  )
MagickPrivate MagickBooleanType RegistryComponentGenesis ( void  )
MagickExport void* RemoveImageRegistry ( const char *  key)
MagickExport void ResetImageRegistryIterator ( void  )

Variable Documentation

SemaphoreInfo* registry_semaphore = (SemaphoreInfo *) NULL
static