|
MagickCore
6.9.7
|
Go to the source code of this file.
Typedefs | |
| typedef struct _PolicyInfo | PolicyInfo |
Enumerations | |
| enum | PolicyDomain { UndefinedPolicyDomain, CoderPolicyDomain, DelegatePolicyDomain, FilterPolicyDomain, PathPolicyDomain, ResourcePolicyDomain, SystemPolicyDomain, CachePolicyDomain } |
| enum | PolicyRights { UndefinedPolicyRights = 0x00, NoPolicyRights = 0x00, ReadPolicyRights = 0x01, WritePolicyRights = 0x02, ExecutePolicyRights = 0x04 } |
Functions | |
| MagickExport char * | GetPolicyValue (const char *name) |
| MagickExport char ** | GetPolicyList (const char *, size_t *, ExceptionInfo *) |
| MagickExport const PolicyInfo ** | GetPolicyInfoList (const char *, size_t *, ExceptionInfo *) |
| MagickExport MagickBooleanType | IsRightsAuthorized (const PolicyDomain, const PolicyRights, const char *) |
| MagickExport MagickBooleanType | ListPolicyInfo (FILE *, ExceptionInfo *) |
| MagickExport MagickBooleanType | PolicyComponentGenesis (void) |
| MagickExport void | PolicyComponentTerminus (void) |
| typedef struct _PolicyInfo PolicyInfo |
| enum PolicyDomain |
| enum PolicyRights |
| MagickExport const PolicyInfo** GetPolicyInfoList | ( | const char * | , |
| size_t * | , | ||
| ExceptionInfo * | |||
| ) |
References AcquireQuantumMemory(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GetPolicyInfo(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, _PolicyInfo::name, _PolicyInfo::pattern, policy_cache, policy_semaphore, ResetLinkedListIterator(), _PolicyInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
Referenced by ListPolicyInfo().
| MagickExport char ** GetPolicyList | ( | const char * | , |
| size_t * | , | ||
| ExceptionInfo * | |||
| ) |
References AcquireQuantumMemory(), ConstantString(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GetPolicyInfo(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, _PolicyInfo::name, _PolicyInfo::pattern, policy_cache, policy_semaphore, ResetLinkedListIterator(), _PolicyInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
| MagickExport char* GetPolicyValue | ( | const char * | name | ) |
| MagickExport MagickBooleanType IsRightsAuthorized | ( | const PolicyDomain | , |
| const PolicyRights | , | ||
| const char * | |||
| ) |
| MagickExport MagickBooleanType ListPolicyInfo | ( | FILE * | , |
| ExceptionInfo * | |||
| ) |
| MagickExport MagickBooleanType PolicyComponentGenesis | ( | void | ) |
References AllocateSemaphoreInfo(), MagickTrue, and policy_semaphore.
Referenced by MagickCoreGenesis().
| MagickExport void PolicyComponentTerminus | ( | void | ) |
References ActivateSemaphoreInfo(), DestroyLinkedList(), DestroyPolicyElement(), DestroySemaphoreInfo(), LockSemaphoreInfo(), policy_cache, policy_semaphore, and UnlockSemaphoreInfo().
Referenced by MagickCoreTerminus().