Go to the source code of this file.
|
MagickExport char * | Base64Encode (const unsigned char *, const size_t, size_t *) |
|
MagickExport char ** | GetPathComponents (const char *, size_t *) |
|
MagickExport char ** | ListFiles (const char *, const char *, size_t *) |
|
MagickExport MagickBooleanType | AcquireUniqueFilename (char *) |
|
MagickExport MagickBooleanType | AcquireUniqueSymbolicLink (const char *, char *) |
|
MagickExport MagickBooleanType | ExpandFilenames (int *, char ***) |
|
MagickExport MagickBooleanType | GetPathAttributes (const char *, void *) |
|
MagickExport MagickBooleanType | GetExecutionPath (char *, const size_t) |
|
MagickExport MagickBooleanType | IsPathAccessible (const char *) |
|
MagickExport size_t | MultilineCensus (const char *) magick_attribute((__pure__)) |
|
MagickExport ssize_t | GetMagickPageSize (void) |
|
MagickExport unsigned char * | Base64Decode (const char *, size_t *) |
|
MagickExport void | AppendImageFormat (const char *, char *) |
|
MagickExport void | ChopPathComponents (char *, const size_t) |
|
MagickExport void | ExpandFilename (char *) |
|
MagickExport void | GetPathComponent (const char *, PathType, char *) |
|
MagickExport void | MagickDelay (const MagickSizeType) |
|
Enumerator |
---|
UndefinedPath |
|
MagickPath |
|
RootPath |
|
HeadPath |
|
TailPath |
|
BasePath |
|
ExtensionPath |
|
SubimagePath |
|
CanonicalPath |
|
SubcanonicalPath |
|
MagickExport void AppendImageFormat |
( |
const char * |
, |
|
|
char * |
|
|
) |
| |
MagickExport unsigned char* Base64Decode |
( |
const char * |
, |
|
|
size_t * |
|
|
) |
| |
MagickExport char* Base64Encode |
( |
const unsigned char * |
, |
|
|
const size_t |
, |
|
|
size_t * |
|
|
) |
| |
MagickExport void ChopPathComponents |
( |
char * |
, |
|
|
const size_t |
|
|
) |
| |
MagickExport char ** GetPathComponents |
( |
const char * |
, |
|
|
size_t * |
|
|
) |
| |
References access_utf8(), GetPathAttributes(), LocaleCompare(), MagickFalse, MagickTrue, and S_ISREG.
Referenced by ExpandFilenames(), GetConfigureBlob(), GetExecutionPath(), GetMagickHomeURL(), GetPathComponent(), InterpretImageProperties(), IsGlob(), LogMagickEventList(), MagickCoreGenesis(), ReadImage(), RenderType(), SetTypeNodePath(), and WriteImage().
MagickExport char ** ListFiles |
( |
const char * |
, |
|
|
const char * |
, |
|
|
size_t * |
|
|
) |
| |
References AcquireMagickMemory(), AcquireQuantumMemory(), AcquireString(), closedir(), dirent::d_name, FileCompare(), GetMagickModule, GlobExpression(), IsPathDirectory(), LocaleCompare(), LogMagickEvent(), MagickFalse, MagickReadDirectory(), MagickTrue, opendir(), RelinquishMagickMemory(), ResizeQuantumMemory(), ResourceLimitFatalError, ThrowFatalException, and TraceEvent.
Referenced by ExpandFilenames().