Lines Matching refs:NEXT
1995 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
2003 * NEXT Skip to the next character, this does the proper decoding
2103 #define NEXT xmlNextChar(ctxt)
2143 * It's Okay to use CUR/NEXT here since all the blanks are on
2173 NEXT;
2203 * pop it and return the next char.
2271 * Using RAW/CUR/NEXT is okay since we are working on ASCII range here
2298 NEXT;
2302 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
2327 NEXT;
2331 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
2590 NEXT;
2599 NEXT;
3906 NEXT;
3989 NEXT;
4035 NEXT;
4039 NEXT;
4231 NEXT;
4319 NEXT;
4322 NEXT;
4380 NEXT;
4408 NEXT;
4411 NEXT;
4453 NEXT;
4465 NEXT;
4967 NEXT;
5477 NEXT;
5533 NEXT;
5726 NEXT;
5851 NEXT;
5870 tmp = tmp->next;
5880 last->next = cur;
5891 NEXT;
5921 NEXT;
5938 tmp = tmp->next;
5950 last->next = cur;
5960 NEXT;
6203 NEXT;
6243 NEXT;
6249 NEXT;
6258 NEXT;
6367 NEXT;
6387 NEXT;
6390 NEXT;
6393 NEXT;
6421 NEXT;
6461 NEXT;
6500 NEXT;
6521 NEXT;
6524 NEXT;
6527 NEXT;
6545 NEXT;
6554 NEXT;
6575 NEXT;
6608 NEXT;
6678 NEXT;
6787 NEXT;
6841 NEXT;
6860 NEXT;
6904 NEXT;
6935 NEXT;
7118 NEXT;
7122 NEXT;
7191 NEXT;
7385 (list->next == NULL)) ||
7395 if (list->next == NULL)
7397 list = list->next;
7410 if (list->next == NULL)
7412 list = list->next;
7565 cur = cur->next;
7572 xmlNodePtr nw = NULL, cur, next, last,
7593 next = cur->next;
7594 cur->next = NULL;
7608 cur = next;
7684 NEXT;
7695 NEXT;
8063 NEXT;
8075 NEXT;
8458 NEXT;
8477 NEXT;
8504 NEXT;
8516 NEXT;
8572 NEXT;
8917 NEXT;
8942 NEXT;
9288 NEXT;
10344 NEXT;
10351 NEXT;
10367 NEXT;
10398 NEXT;
10401 NEXT;
10406 NEXT;
10408 NEXT;
10413 NEXT;
10448 NEXT;
10468 NEXT;
10508 NEXT;
10511 NEXT;
10518 NEXT;
10520 NEXT;
10527 NEXT;
10640 NEXT;
10643 NEXT;
10657 NEXT;
10659 NEXT;
10673 NEXT;
10788 NEXT;
10792 NEXT;
10814 NEXT;
11133 * @next: the next char to lookup or zero
11134 * @third: the next char to lookup or zero
11136 * Try to find if a sequence (first, next, third) or just (first next) or
11147 xmlChar next, xmlChar third) {
11167 else if (next) len --;
11171 if ((buf[base + 1] != next) ||
11173 next != 0) {
11174 if (buf[base + 1] != next) continue;
11178 if (next == 0)
11185 first, next, base);
11189 first, next, third, base);
11196 if (next == 0)
11201 "PP: lookup '%c%c' failed\n", first, next);
11204 "PP: lookup '%c%c%c' failed\n", first, next, third);
11347 xmlChar cur, next;
11488 next = ctxt->input->cur[1];
11503 if ((cur == '<') && (next == '?')) {
11665 NEXT;
11690 next = ctxt->input->cur[1];
11694 if ((cur == '<') && (next == '/')) {
11697 } else if ((cur == '<') && (next == '?')) {
11706 } else if ((cur == '<') && (next != '!')) {
11709 } else if ((cur == '<') && (next == '!') &&
11737 } else if ((cur == '<') && (next == '!') &&
11752 * a sequence of blank chars and the next one is
11905 next = ctxt->input->cur[1];
11906 if ((cur == '<') && (next == '?')) {
11922 } else if ((cur == '<') && (next == '!') &&
11940 } else if ((cur == '<') && (next == '!') &&
11987 } else if ((cur == '<') && (next == '!') &&
12010 next = ctxt->input->cur[1];
12011 if ((cur == '<') && (next == '?')) {
12026 } else if ((cur == '<') && (next == '!') &&
12042 } else if ((cur == '<') && (next == '!') &&
12066 next = ctxt->input->cur[1];
12067 if ((cur == '<') && (next == '?')) {
12082 } else if ((cur == '<') && (next == '!') &&
12098 } else if ((cur == '<') && (next == '!') &&
12217 if (next == 0)
12939 tmp = tmp->next;
13070 tmp = tmp->next;
13295 cur = cur->next;
13476 cur = cur->next;
13736 cur = cur->next;
13919 ns = ns->next;
13964 cur = fake->next;
13965 fake->next = NULL;
13976 cur = cur->next;
14147 cur = cur->next;