#include <stdarg.h>
#include "magick/semaphore.h"
Go to the source code of this file.
|
MagickExport char * | GetDelegateCommand (const ImageInfo *, Image *, const char *, const char *, ExceptionInfo *) |
|
MagickExport char ** | GetDelegateList (const char *, size_t *, ExceptionInfo *) |
|
MagickExport const char * | GetDelegateCommands (const DelegateInfo *) |
|
MagickExport const DelegateInfo * | GetDelegateInfo (const char *, const char *, ExceptionInfo *exception) |
|
MagickExport const DelegateInfo ** | GetDelegateInfoList (const char *, size_t *, ExceptionInfo *) |
|
MagickExport int | ExternalDelegateCommand (const MagickBooleanType, const MagickBooleanType, const char *, char *, ExceptionInfo *) |
|
MagickExport ssize_t | GetDelegateMode (const DelegateInfo *) |
|
MagickExport MagickBooleanType | DelegateComponentGenesis (void) |
|
MagickExport MagickBooleanType | GetDelegateThreadSupport (const DelegateInfo *) |
|
MagickExport MagickBooleanType | InvokeDelegate (ImageInfo *, Image *, const char *, const char *, ExceptionInfo *) |
|
MagickExport MagickBooleanType | ListDelegateInfo (FILE *, ExceptionInfo *) |
|
MagickExport void | DelegateComponentTerminus (void) |
|
◆ DelegateInfo
◆ DelegateComponentGenesis()
◆ DelegateComponentTerminus()
◆ ExternalDelegateCommand()
MagickExport int ExternalDelegateCommand |
( |
const |
MagickBooleanType, |
|
|
const |
MagickBooleanType, |
|
|
const char * |
command, |
|
|
char * |
message, |
|
|
ExceptionInfo * |
exception |
|
) |
| |
References ConcatenateMagickString(), CopyMagickString(), DelegateError, DelegatePolicyDomain, DestroyString(), ExecutePolicyRights, FormatLocaleFile(), GetMagickModule, IsRightsAuthorized(), MagickFalse, MagickMin, MagickPathExtent, MaxTextExtent, PolicyError, popen_utf8(), RelinquishMagickMemory(), SanitizeString(), StringToArgv(), and ThrowMagickException().
Referenced by InvokeDelegate(), and SystemCommand().
◆ GetDelegateCommand()
◆ GetDelegateCommands()
◆ GetDelegateInfo()
◆ GetDelegateInfoList()
References AcquireQuantumMemory(), _DelegateInfo::decode, delegate_cache, delegate_semaphore, DelegateInfoCompare(), _DelegateInfo::encode, GetDelegateInfo(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, ResetLinkedListIterator(), _DelegateInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
Referenced by ListDelegateInfo().
◆ GetDelegateList()
References AcquireQuantumMemory(), ConstantString(), _DelegateInfo::decode, delegate_cache, delegate_semaphore, DelegateCompare(), _DelegateInfo::encode, GetDelegateInfo(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, ResetLinkedListIterator(), _DelegateInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
◆ GetDelegateMode()
◆ GetDelegateThreadSupport()
◆ InvokeDelegate()
◆ ListDelegateInfo()
References ConcatenateMagickString(), CopyMagickString(), DestroyString(), FormatLocaleFile(), GetDelegateInfoList(), LocaleCompare(), MagickFalse, MagickTrue, MaxTextExtent, _DelegateInfo::path, RelinquishMagickMemory(), StringToList(), and StripString().