Home | History | Annotate | Download | only in libxml2

Lines Matching full:token

3630  * @value: a string token input
3631 * @data: data associated to the token to reuse in callbacks
3633 * Push one input token in the execution context
3692 * current token
3712 * @value: a string token input
3713 * @data: data associated to the token to reuse in callbacks
3716 * Push one input token in the execution context
4072 * @value: a string token input
4073 * @data: data associated to the token to reuse in callbacks
4075 * Push one input token in the execution context
4089 * @value: the first string token input
4090 * @value2: the second string token input
4091 * @data: data associated to the token to reuse in callbacks
4093 * Push one input token in the execution context
5608 * @token: the input string associated to that transition
5613 * activated by the value of @token
5619 xmlAutomataStatePtr to, const xmlChar *token,
5623 if ((am == NULL) || (from == NULL) || (token == NULL))
5631 atom->valuep = xmlStrdup(token);
5647 * @token: the first input string associated to that transition
5653 * activated by the value of @token
5659 xmlAutomataStatePtr to, const xmlChar *token,
5663 if ((am == NULL) || (from == NULL) || (token == NULL))
5670 atom->valuep = xmlStrdup(token);
5676 lenp = strlen((char *) token);
5683 memcpy(&str[0], token, lenp);
5705 * @token: the first input string associated to that transition
5711 * activated by any value except (@token,@token2)
5719 xmlAutomataStatePtr to, const xmlChar *token,
5724 if ((am == NULL) || (from == NULL) || (token == NULL))
5732 atom->valuep = xmlStrdup(token);
5738 lenp = strlen((char *) token);
5745 memcpy(&str[0], token, lenp);
5771 * @token: the input string associated to that transition
5773 * @min: the minimum successive occurences of token
5774 * @max: the maximum successive occurences of token
5779 * activated by a succession of input of value @token and @token2 and
5786 xmlAutomataStatePtr to, const xmlChar *token,
5792 if ((am == NULL) || (from == NULL) || (token == NULL))
5802 atom->valuep = xmlStrdup(token);
5808 lenp = strlen((char *) token);
5815 memcpy(&str[0], token, lenp);
5859 * @token: the input string associated to that transition
5860 * @min: the minimum successive occurences of token
5861 * @max: the maximum successive occurences of token
5866 * activated by a succession of input of value @token and whose number
5873 xmlAutomataStatePtr to, const xmlChar *token,
5878 if ((am == NULL) || (from == NULL) || (token == NULL))
5887 atom->valuep = xmlStrdup(token);
5925 * @token: the input string associated to that transition
5927 * @min: the minimum successive occurences of token
5928 * @max: the maximum successive occurences of token
5933 * activated by a succession of input of value @token and @token2 and whose
5941 xmlAutomataStatePtr to, const xmlChar *token,
5947 if ((am == NULL) || (from == NULL) || (token == NULL))
5957 atom->valuep = xmlStrdup(token);
5963 lenp = strlen((char *) token);
5970 memcpy(&str[0], token, lenp);
6006 * @token: the input string associated to that transition
6007 * @min: the minimum successive occurences of token
6008 * @max: the maximum successive occurences of token
6013 * activated by a succession of input of value @token and whose number
6021 token,
6026 if ((am == NULL) || (from == NULL) || (token == NULL))
6035 atom->valuep = xmlStrdup(token);
6394 * Calculate the hash key for a token
7604 * we use the default token based derivation to force one more step