|
MagickCore
6.7.5
|

Go to the source code of this file.
Typedefs | |
| typedef struct _TokenInfo | TokenInfo |
Functions | |
| MagickExport int | Tokenizer (TokenInfo *, const unsigned int, char *, const size_t, const char *, const char *, const char *, const char *, const char, char *, int *, char *) |
| MagickExport MagickBooleanType | GlobExpression (const char *, const char *, const MagickBooleanType) |
| MagickExport TokenInfo * | AcquireTokenInfo (void) |
| MagickExport TokenInfo * | DestroyTokenInfo (TokenInfo *) |
| MagickExport void | GetMagickToken (const char *, const char **, char *) |
| typedef struct _TokenInfo TokenInfo |
| MagickExport TokenInfo* AcquireTokenInfo | ( | void | ) |
Definition at line 129 of file token.c.
References LogMagickEvent(), TraceEvent, GetMagickModule, _TokenInfo::signature, MagickSignature, and RelinquishMagickMemory().
| MagickExport void GetMagickToken | ( | const char * | , |
| const char ** | , | ||
| char * | |||
| ) |
Definition at line 169 of file token.c.
References StringToDouble(), DirectorySeparator, LocaleNCompare(), CopyMagickString(), and MaxTextExtent.
Referenced by LoadCoderList(), LoadColorList(), LoadConfigureList(), LoadDelegateList(), DrawImage(), TracePath(), ColorDecisionListImage(), ParseAffineGeometry(), LoadLocaleList(), LoadLogList(), LoadMagicList(), ParseKernelArray(), ParseKernelName(), AcquireKernelInfo(), LoadPolicyList(), OrderedPosterizeImage(), and LoadTypeList().
| MagickExport MagickBooleanType GlobExpression | ( | const char * | , |
| const char * | , | ||
| const MagickBooleanType | |||
| ) |
Definition at line 319 of file token.c.
References MagickTrue, GetUTFCode(), LocaleCompare(), AcquireImageInfo(), CopyMagickString(), _ImageInfo::filename, MaxTextExtent, AcquireExceptionInfo(), SetImageInfo(), DestroyExceptionInfo(), DestroyImageInfo(), MagickFalse, GetUTFOctets(), and GlobExpression().
Referenced by GetCoderInfoList(), GetCoderList(), GetColorInfoList(), GetColorList(), LoadColorList(), GetConfigureInfoList(), GetConfigureList(), GetDelegateInfoList(), GetDelegateList(), GetLocaleInfoList(), GetLocaleList(), GetLogInfoList(), GetLogList(), GetMagicInfoList(), GetMagicList(), GetMagickInfoList(), GetMagickList(), GetMimeInfo(), GetMimeInfoList(), GetMimeList(), GetPolicyInfoList(), GetPolicyList(), IsRightsAuthorized(), ProfileImage(), InterpretImageProperties(), GlobExpression(), GetTypeInfoList(), GetTypeList(), and ListFiles().
| MagickExport int Tokenizer | ( | TokenInfo * | , |
| const unsigned | int, | ||
| char * | , | ||
| const size_t | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char | , | ||
| char * | , | ||
| int * | , | ||
| char * | |||
| ) |
Definition at line 817 of file token.c.
References _TokenInfo::state, IN_WHITE, _TokenInfo::quote, MagickFalse, _TokenInfo::flag, _TokenInfo::offset, sindex(), IN_TOKEN, IN_OZONE, IN_QUOTE, StoreToken(), and MagickTrue.