MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
token.c File Reference
Include dependency graph for token.c:

Go to the source code of this file.

Data Structures

struct  _TokenInfo
 

Macros

#define IN_WHITE   0
 
#define IN_TOKEN   1
 
#define IN_QUOTE   2
 
#define IN_OZONE   3
 

Functions

MagickExport TokenInfoAcquireTokenInfo (void)
 
MagickExport TokenInfoDestroyTokenInfo (TokenInfo *token_info)
 
MagickExport magick_hot_spot size_t GetNextToken (const char *magick_restrict start, const char **magick_restrict end, const size_t extent, char *magick_restrict token)
 
MagickExport MagickBooleanType GlobExpression (const char *magick_restrict expression, const char *magick_restrict pattern, const MagickBooleanType case_insensitive)
 
MagickPrivate MagickBooleanType IsGlob (const char *path)
 
static ssize_t sindex (int c, const char *string)
 
static void StoreToken (TokenInfo *token_info, char *string, size_t max_token_length, int c)
 
MagickExport int Tokenizer (TokenInfo *token_info, const unsigned flag, char *token, const size_t max_token_length, const char *line, const char *white, const char *break_set, const char *quote, const char escape, char *breaker, int *next, char *quoted)
 

Macro Definition Documentation

◆ IN_OZONE

#define IN_OZONE   3

Definition at line 792 of file token.c.

◆ IN_QUOTE

#define IN_QUOTE   2

Definition at line 791 of file token.c.

◆ IN_TOKEN

#define IN_TOKEN   1

Definition at line 790 of file token.c.

◆ IN_WHITE

#define IN_WHITE   0

Definition at line 789 of file token.c.

Function Documentation

◆ AcquireTokenInfo()

MagickExport TokenInfo * AcquireTokenInfo ( void  )

Definition at line 97 of file token.c.

References AcquireCriticalMemory(), MagickCoreSignature, and _TokenInfo::signature.

◆ DestroyTokenInfo()

◆ GetNextToken()

◆ GlobExpression()

◆ IsGlob()

MagickPrivate MagickBooleanType IsGlob ( const char *  path)

Definition at line 596 of file token.c.

References IsPathAccessible(), MagickFalse, and MagickTrue.

Referenced by ExpandFilenames(), InterpretImageProperties(), and SetImageInfo().

◆ sindex()

static ssize_t sindex ( int  c,
const char *  string 
)
static

Definition at line 794 of file token.c.

Referenced by Tokenizer().

◆ StoreToken()

static void StoreToken ( TokenInfo token_info,
char *  string,
size_t  max_token_length,
int  c 
)
static

◆ Tokenizer()

MagickExport int Tokenizer ( TokenInfo token_info,
const unsigned  flag,
char *  token,
const size_t  max_token_length,
const char *  line,
const char *  white,
const char *  break_set,
const char *  quote,
const char  escape,
char *  breaker,
int *  next,
char *  quoted 
)