18 #ifndef MAGICKCORE_DELEGATE_H
19 #define MAGICKCORE_DELEGATE_H
21 #if defined(__cplusplus) || defined(c_plusplus)
83 #if defined(__cplusplus) || defined(c_plusplus)
MagickExport MagickBooleanType GetDelegateThreadSupport(const DelegateInfo *delegate_info)
Definition: delegate.c:1585
MagickExport const DelegateInfo ** GetDelegateInfoList(const char *pattern, size_t *number_delegates, ExceptionInfo *exception)
Definition: delegate.c:1389
Definition: exception.h:102
MagickExport char ** GetDelegateList(const char *pattern, size_t *number_delegates, ExceptionInfo *exception)
Definition: delegate.c:1485
MagickExport const DelegateInfo * GetDelegateInfo(const char *decode, const char *encode, ExceptionInfo *exception)
Definition: delegate.c:1273
struct _DelegateInfo * previous
Definition: delegate.h:44
MagickExport ssize_t GetDelegateMode(const DelegateInfo *delegate_info)
Definition: delegate.c:1553
MagickExport const char * GetDelegateCommands(const DelegateInfo *delegate_info)
Definition: delegate.c:1236
char * commands
Definition: delegate.h:31
MagickBooleanType thread_support
Definition: delegate.h:40
SemaphoreInfo * semaphore
Definition: delegate.h:52
MagickBooleanType
Definition: magick-type.h:198
MagickExport char * GetDelegateCommand(const ImageInfo *image_info, Image *image, const char *decode, const char *encode, ExceptionInfo *exception)
Definition: delegate.c:1167
char * decode
Definition: delegate.h:31
MagickExport void DelegateComponentTerminus(void)
Definition: delegate.c:279
size_t signature
Definition: delegate.h:49
ssize_t mode
Definition: delegate.h:37
MagickExport int ExternalDelegateCommand(const MagickBooleanType asynchronous, const MagickBooleanType verbose, const char *command, char *message, ExceptionInfo *exception)
Definition: delegate.c:326
MagickBooleanType spawn
Definition: delegate.h:40
MagickBooleanType stealth
Definition: delegate.h:40
Definition: delegate.h:28
MagickExport MagickBooleanType ListDelegateInfo(FILE *file, ExceptionInfo *exception)
Definition: delegate.c:2016
char * path
Definition: delegate.h:31
struct _DelegateInfo * next
Definition: delegate.h:44
MagickExport MagickBooleanType InvokeDelegate(ImageInfo *image_info, Image *image, const char *decode, const char *encode, ExceptionInfo *exception)
Definition: delegate.c:1734
#define MagickExport
Definition: method-attribute.h:80
char * encode
Definition: delegate.h:31
MagickExport MagickBooleanType DelegateComponentGenesis(void)
Definition: delegate.c:233
struct _DelegateInfo DelegateInfo
Definition: semaphore.c:60