Home | History | Annotate | Download | only in libxml2

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;
3899 NEXT;
3982 NEXT;
4028 NEXT;
4032 NEXT;
4224 NEXT;
4312 NEXT;
4315 NEXT;
4373 NEXT;
4401 NEXT;
4404 NEXT;
4446 NEXT;
4458 NEXT;
4960 NEXT;
5470 NEXT;
5526 NEXT;
5719 NEXT;
5844 NEXT;
5863 tmp = tmp->next;
5873 last->next = cur;
5884 NEXT;
5914 NEXT;
5931 tmp = tmp->next;
5943 last->next = cur;
5953 NEXT;
6196 NEXT;
6236 NEXT;
6242 NEXT;
6251 NEXT;
6360 NEXT;
6380 NEXT;
6383 NEXT;
6386 NEXT;
6414 NEXT;
6454 NEXT;
6493 NEXT;
6514 NEXT;
6517 NEXT;
6520 NEXT;
6538 NEXT;
6547 NEXT;
6568 NEXT;
6601 NEXT;
6671 NEXT;
6780 NEXT;
6834 NEXT;
6853 NEXT;
6897 NEXT;
6928 NEXT;
7111 NEXT;
7115 NEXT;
7184 NEXT;
7378 (list->next == NULL)) ||
7388 if (list->next == NULL)
7390 list = list->next;
7403 if (list->next == NULL)
7405 list = list->next;
7558 next;
7565 xmlNodePtr nw = NULL, cur, next, last,
7586 next = cur->next;
7587 cur->next = NULL;
7601 cur = next;
7677 NEXT;
7688 NEXT;
8056 NEXT;
8068 NEXT;
8443 NEXT;
8462 NEXT;
8489 NEXT;
8501 NEXT;
8557 NEXT;
8902 NEXT;
8927 NEXT;
9273 NEXT;
10329 NEXT;
10336 NEXT;
10352 NEXT;
10383 NEXT;
10386 NEXT;
10391 NEXT;
10393 NEXT;
10398 NEXT;
10433 NEXT;
10453 NEXT;
10493 NEXT;
10496 NEXT;
10503 NEXT;
10505 NEXT;
10512 NEXT;
10625 NEXT;
10628 NEXT;
10642 NEXT;
10644 NEXT;
10658 NEXT;
10773 NEXT;
10777 NEXT;
10799 NEXT;
11118 * @next: the next char to lookup or zero
11119 * @third: the next char to lookup or zero
11121 * Try to find if a sequence (first, next, third) or just (first next) or
11132 xmlChar next, xmlChar third) {
11152 else if (next) len --;
11156 if ((buf[base + 1] != next) ||
11158 } else if (next != 0) {
11159 if (buf[base + 1] != next) continue;
11163 if (next == 0)
11170 first, next, base);
11174 first, next, third, base);
11181 if (next == 0)
11186 "PP: lookup '%c%c' failed\n", first, next);
11189 "PP: lookup '%c%c%c' failed\n", first, next, third);
11332 xmlChar cur, next;
11473 next = ctxt->input->cur[1];
11488 if ((cur == '<') && (next == '?')) {
11650 NEXT;
11675 next = ctxt->input->cur[1];
11679 if ((cur == '<') && (next == '/')) {
11682 } else if ((cur == '<') && (next == '?')) {
11691 } else if ((cur == '<') && (next != '!')) {
11694 } else if ((cur == '<') && (next == '!') &&
11722 } else if ((cur == '<') && (next == '!') &&
11737 * a sequence of blank chars and the next one is
11890 next = ctxt->input->cur[1];
11891 if ((cur == '<') && (next == '?')) {
11907 } else if ((cur == '<') && (next == '!') &&
11925 } else if ((cur == '<') && (next == '!') &&
11972 } else if ((cur == '<') && (next == '!') &&
11995 next = ctxt->input->cur[1];
11996 if ((cur == '<') && (next == '?')) {
12011 } else if ((cur == '<') && (next == '!') &&
12027 } else if ((cur == '<') && (next == '!') &&
12051 next = ctxt->input->cur[1];
12052 if ((cur == '<') && (next == '?')) {
12067 } else if ((cur == '<') && (next == '!') &&
12083 } else if ((cur == '<') && (next == '!') &&
12202 if (next == 0)
12924 tmp = tmp->next;
13055 tmp = tmp->next;
13280 cur = cur->next;
13461 cur = cur->next;
13721 cur = cur->next;
13904 ns = ns->next;
13949 cur = fake->next;
13950 fake->next = NULL;
13961 cur = cur->next;
14132 cur = cur->next;