Home | History | Annotate | Download | only in libxml2

Lines Matching refs:token2

5648  * @token2: the second input string associated to that transition
5660 const xmlChar *token2, void *data) {
5669 if ((token2 == NULL) || (*token2 == 0)) {
5675 lenn = strlen((char *) token2);
5685 memcpy(&str[lenp + 1], token2, lenn);
5706 * @token2: the second input string associated to that transition
5711 * activated by any value except (@token,@token2)
5712 * Note that if @token2 is not NULL, then (X, NULL) won't match to follow
5720 const xmlChar *token2, void *data) {
5731 if ((token2 == NULL) || (*token2 == 0)) {
5737 lenn = strlen((char *) token2);
5747 memcpy(&str[lenp + 1], token2, lenn);
5772 * @token2: the second input string associated to that transition
5779 * activated by a succession of input of value @token and @token2 and
5787 const xmlChar *token2,
5801 if ((token2 == NULL) || (*token2 == 0)) {
5807 lenn = strlen((char *) token2);
5817 memcpy(&str[lenp + 1], token2, lenn);
5926 * @token2: the second input string associated to that transition
5933 * activated by a succession of input of value @token and @token2 and whose
5942 const xmlChar *token2,
5956 if ((token2 == NULL) || (*token2 == 0)) {
5962 lenn = strlen((char *) token2);
5972 memcpy(&str[lenp + 1], token2, lenn);