Searched defs:max_token_length (Results 1 - 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
H A D | token.c | 726 % const size_t max_token_length,const char *line,const char *white, 740 % o max_token_length: the maximum size of "token". Characters beyond 741 % "max_token_length" are truncated. 817 size_t max_token_length,int c) 823 ((size_t) token_info->offset >= (max_token_length-1))) 847 char *token,const size_t max_token_length,const char *line,const char *white, 883 StoreToken(token_info,token,max_token_length,c); 904 StoreToken(token_info,token,max_token_length,c); 937 StoreToken(token_info,token,max_token_length,c); 948 StoreToken(token_info,token,max_token_length, 808 StoreToken(TokenInfo *token_info,char *string, size_t max_token_length,int c) argument 838 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) argument [all...] |
Completed in 29 milliseconds