|
MagickCore
6.9.7
|
#include <delegate.h>
Data Fields | |
| char * | path |
| char * | decode |
| char * | encode |
| char * | commands |
| ssize_t | mode |
| MagickBooleanType | thread_support |
| MagickBooleanType | spawn |
| MagickBooleanType | stealth |
| struct _DelegateInfo * | previous |
| struct _DelegateInfo * | next |
| size_t | signature |
| SemaphoreInfo * | semaphore |
| char * _DelegateInfo::commands |
Referenced by DestroyDelegate(), GetDelegateCommand(), GetDelegateCommands(), InvokeDelegate(), and LoadDelegateCache().
| char * _DelegateInfo::decode |
Referenced by DestroyDelegate(), GetDelegateInfo(), GetDelegateInfoList(), GetDelegateList(), InvokeDelegate(), and LoadDelegateCache().
| char * _DelegateInfo::encode |
Referenced by DestroyDelegate(), GetDelegateInfo(), GetDelegateInfoList(), GetDelegateList(), InvokeDelegate(), and LoadDelegateCache().
| ssize_t _DelegateInfo::mode |
Referenced by GetDelegateInfo(), GetDelegateMode(), InvokeDelegate(), and LoadDelegateCache().
| struct _DelegateInfo * _DelegateInfo::next |
| char* _DelegateInfo::path |
Referenced by DestroyDelegate(), GetConfigureBlob(), ListDelegateInfo(), and LoadDelegateCache().
| struct _DelegateInfo* _DelegateInfo::previous |
| SemaphoreInfo* _DelegateInfo::semaphore |
Referenced by DestroyDelegate(), LoadDelegateCache(), ReadImage(), and WriteImage().
| size_t _DelegateInfo::signature |
Referenced by GetDelegateCommands(), GetDelegateMode(), GetDelegateThreadSupport(), and LoadDelegateCache().
| MagickBooleanType _DelegateInfo::spawn |
Referenced by InvokeDelegate(), and LoadDelegateCache().
| MagickBooleanType _DelegateInfo::stealth |
Referenced by GetDelegateInfoList(), GetDelegateList(), and LoadDelegateCache().
| MagickBooleanType _DelegateInfo::thread_support |
Referenced by GetDelegateThreadSupport(), and LoadDelegateCache().