Lines Matching defs:token2
5690 * @token2: the second input string associated to that transition
5702 const xmlChar *token2, void *data) {
5711 if ((token2 == NULL) || (*token2 == 0)) {
5717 lenn = strlen((char *) token2);
5727 memcpy(&str[lenp + 1], token2, lenn);
5748 * @token2: the second input string associated to that transition
5753 * activated by any value except (@token,@token2)
5754 * Note that if @token2 is not NULL, then (X, NULL) won't match to follow
5762 const xmlChar *token2, void *data) {
5773 if ((token2 == NULL) || (*token2 == 0)) {
5779 lenn = strlen((char *) token2);
5789 memcpy(&str[lenp + 1], token2, lenn);
5814 * @token2: the second input string associated to that transition
5821 * activated by a succession of input of value @token and @token2 and
5829 const xmlChar *token2,
5843 if ((token2 == NULL) || (*token2 == 0)) {
5849 lenn = strlen((char *) token2);
5859 memcpy(&str[lenp + 1], token2, lenn);
5968 * @token2: the second input string associated to that transition
5975 * activated by a succession of input of value @token and @token2 and whose
5984 const xmlChar *token2,
5998 if ((token2 == NULL) || (*token2 == 0)) {
6004 lenn = strlen((char *) token2);
6014 memcpy(&str[lenp + 1], token2, lenn);