Lines Matching refs:token

3608  * @value: a string token input
3609 * @data: data associated to the token to reuse in callbacks
3611 * Push one input token in the execution context
3670 * current token
3690 * @value: a string token input
3691 * @data: data associated to the token to reuse in callbacks
3694 * Push one input token in the execution context
4050 * @value: a string token input
4051 * @data: data associated to the token to reuse in callbacks
4053 * Push one input token in the execution context
4067 * @value: the first string token input
4068 * @value2: the second string token input
4069 * @data: data associated to the token to reuse in callbacks
4071 * Push one input token in the execution context
5650 * @token: the input string associated to that transition
5655 * activated by the value of @token
5661 xmlAutomataStatePtr to, const xmlChar *token,
5665 if ((am == NULL) || (from == NULL) || (token == NULL))
5673 atom->valuep = xmlStrdup(token);
5689 * @token: the first input string associated to that transition
5695 * activated by the value of @token
5701 xmlAutomataStatePtr to, const xmlChar *token,
5705 if ((am == NULL) || (from == NULL) || (token == NULL))
5712 atom->valuep = xmlStrdup(token);
5718 lenp = strlen((char *) token);
5725 memcpy(&str[0], token, lenp);
5747 * @token: the first input string associated to that transition
5753 * activated by any value except (@token,@token2)
5761 xmlAutomataStatePtr to, const xmlChar *token,
5766 if ((am == NULL) || (from == NULL) || (token == NULL))
5774 atom->valuep = xmlStrdup(token);
5780 lenp = strlen((char *) token);
5787 memcpy(&str[0], token, lenp);
5813 * @token: the input string associated to that transition
5815 * @min: the minimum successive occurences of token
5816 * @max: the maximum successive occurences of token
5821 * activated by a succession of input of value @token and @token2 and
5828 xmlAutomataStatePtr to, const xmlChar *token,
5834 if ((am == NULL) || (from == NULL) || (token == NULL))
5844 atom->valuep = xmlStrdup(token);
5850 lenp = strlen((char *) token);
5857 memcpy(&str[0], token, lenp);
5901 * @token: the input string associated to that transition
5902 * @min: the minimum successive occurences of token
5903 * @max: the maximum successive occurences of token
5908 * activated by a succession of input of value @token and whose number
5915 xmlAutomataStatePtr to, const xmlChar *token,
5920 if ((am == NULL) || (from == NULL) || (token == NULL))
5929 atom->valuep = xmlStrdup(token);
5967 * @token: the input string associated to that transition
5969 * @min: the minimum successive occurences of token
5970 * @max: the maximum successive occurences of token
5975 * activated by a succession of input of value @token and @token2 and whose
5983 xmlAutomataStatePtr to, const xmlChar *token,
5989 if ((am == NULL) || (from == NULL) || (token == NULL))
5999 atom->valuep = xmlStrdup(token);
6005 lenp = strlen((char *) token);
6012 memcpy(&str[0], token, lenp);
6048 * @token: the input string associated to that transition
6049 * @min: the minimum successive occurences of token
6050 * @max: the maximum successive occurences of token
6055 * activated by a succession of input of value @token and whose number
6063 xmlAutomataStatePtr to, const xmlChar *token,
6068 if ((am == NULL) || (from == NULL) || (token == NULL))
6077 atom->valuep = xmlStrdup(token);
6436 * Calculate the hash key for a token
7646 * we use the default token based derivation to force one more step