|
MagickCore
6.7.5
|
Go to the source code of this file.
Enumerations | |
| enum | PathType { UndefinedPath, MagickPath, RootPath, HeadPath, TailPath, BasePath, ExtensionPath, SubimagePath, CanonicalPath } |
Functions | |
| MagickExport char * | Base64Encode (const unsigned char *, const size_t, size_t *) |
| MagickExport int | SystemCommand (const MagickBooleanType, const MagickBooleanType, const char *, ExceptionInfo *) |
| MagickExport MagickBooleanType | AcquireUniqueFilename (char *) |
| MagickExport MagickBooleanType | AcquireUniqueSymbolicLink (const char *, char *) |
| MagickExport MagickBooleanType | ExpandFilenames (int *, char ***) |
| MagickExport MagickBooleanType | GetPathAttributes (const char *, void *) |
| MagickExport MagickBooleanType | IsMagickTrue (const char *) |
| MagickExport MagickBooleanType | IsPathAccessible (const char *) |
| MagickExport size_t | MultilineCensus (const char *) |
| MagickExport unsigned char * | Base64Decode (const char *, size_t *) |
| MagickExport void | AppendImageFormat (const char *, char *) |
| MagickExport void | GetPathComponent (const char *, PathType, char *) |
| enum PathType |
| MagickExport MagickBooleanType AcquireUniqueFilename | ( | char * | ) |
| MagickExport MagickBooleanType AcquireUniqueSymbolicLink | ( | const char * | , |
| char * | |||
| ) |
| MagickExport void AppendImageFormat | ( | const char * | , |
| char * | |||
| ) |
| MagickExport unsigned char* Base64Decode | ( | const char * | , |
| size_t * | |||
| ) |
Definition at line 335 of file utility.c.
References LogMagickEvent(), TraceEvent, GetMagickModule, AcquireQuantumMemory(), Base64, and RelinquishMagickMemory().
Referenced by ReadInlineImage().
| MagickExport char* Base64Encode | ( | const unsigned char * | , |
| const size_t | , | ||
| size_t * | |||
| ) |
Definition at line 489 of file utility.c.
References LogMagickEvent(), TraceEvent, GetMagickModule, AcquireQuantumMemory(), and Base64.
Referenced by CanonicalXMLContent().
| MagickExport MagickBooleanType ExpandFilenames | ( | int * | , |
| char *** | |||
| ) |
| MagickExport MagickBooleanType GetPathAttributes | ( | const char * | , |
| void * | |||
| ) |
| MagickExport void GetPathComponent | ( | const char * | , |
| PathType | , | ||
| char * | |||
| ) |
Definition at line 1154 of file utility.c.
References MaxTextExtent, LogMagickEvent(), TraceEvent, GetMagickModule, CopyMagickString(), IsPathDirectory(), IsPathAccessible(), MagickFalse, IsMagickConflict(), IsSceneGeometry(), IsGeometry(), IsBasenameSeparator, MagickPath, RootPath, HeadPath, TailPath, CopyMagickMemory(), BasePath, ExtensionPath, SubimagePath, CanonicalPath, and UndefinedPath.
Referenced by OpenBlob(), LoadCoderList(), LoadColorList(), LoadConfigureList(), ReadImage(), WriteImage(), LoadDelegateList(), ThrowMagickExceptionList(), IdentifyImage(), SetImageInfo(), LoadLocaleList(), LoadLogList(), LoadMagicList(), MagickCoreGenesis(), LoadMimeList(), LoadPolicyList(), GetMagickProperty(), InterpretImageProperties(), LoadTypeList(), AppendImageFormat(), ChopPathComponents(), ExpandFilenames(), AddPathToXMLTree(), and GetXMLTreePath().
| MagickExport MagickBooleanType IsMagickTrue | ( | const char * | ) |
| MagickExport MagickBooleanType IsPathAccessible | ( | const char * | ) |
Definition at line 1390 of file utility.c.
References MagickFalse, GetPathAttributes(), S_ISREG, access_utf8(), and MagickTrue.
Referenced by RenderType(), ReadImage(), WriteImage(), LogMagickEventList(), MagickCoreGenesis(), InterpretImageProperties(), IsGlob(), LoadTypeList(), GetExecutionPath(), GetPathComponent(), and GetMagickHomeURL().
| MagickExport size_t MultilineCensus | ( | const char * | ) |
Definition at line 1746 of file utility.c.
Referenced by MontageImageList().
| MagickExport int SystemCommand | ( | const MagickBooleanType | , |
| const MagickBooleanType | , | ||
| const char * | , | ||
| ExceptionInfo * | |||
| ) |
Definition at line 1795 of file utility.c.
References StringToArgv(), ExecutePolicyRights, DelegatePolicyDomain, IsRightsAuthorized(), MagickFalse, ThrowMagickException(), GetMagickModule, PolicyError, DestroyString(), RelinquishMagickMemory(), FormatLocaleFile(), AcquireString(), ConcatenateMagickString(), MaxTextExtent, MACSystemCommand(), and DelegateError.
Referenced by InvokeDelegate().