Home | History | Annotate | Download | only in libxml2

Lines Matching defs:SKIP

1923  *   SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
1925 * NEXT1(l) Skip 1 xmlChar, and must also be used only to skip 1 non-newline ASCII
1929 * NEXT Skip to the next character, this does the proper decoding
1931 * NEXTL(l) Skip the current unicode character of l xmlChars long.
1963 #define SKIP(val) do { \
2040 * skip all blanks character found at that point in the input streams.
2177 SKIP(3);
2202 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
2208 SKIP(2);
2229 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
4433 /* Generate the error and skip the offending character */
4471 SKIP(6);
4482 SKIP(6);
4531 * Skip an XML (SGML) comment <!-- .... -->
4650 * Skip an XML (SGML) comment <!-- .... -->
4674 SKIP(4);
4768 SKIP(3);
4938 SKIP(2);
4952 SKIP(2);
5016 SKIP(2);
5072 SKIP(10);
5156 SKIP(8);
5302 SKIP(5);
5424 SKIP(9);
5428 SKIP(8);
5433 SKIP(6);
5610 SKIP(8);
5675 SKIP(5);
5678 SKIP(6);
5681 SKIP(5);
5684 SKIP(2);
5687 SKIP(6);
5690 SKIP(8);
5693 SKIP(8);
5696 SKIP(7);
5722 SKIP(9);
5862 SKIP(7);
5930 SKIP(2);
6344 SKIP(9);
6364 SKIP(5);
6371 SKIP(3);
6451 SKIP(3);
6454 SKIP(7);
6514 SKIP(6);
6547 SKIP(3);
6551 if (--depth >= 0) SKIP(3);
6585 SKIP(3);
6678 SKIP(5);
6721 SKIP(2);
7951 SKIP(9);
8336 SKIP(2);
8627 * Skip any leading spaces
8661 * skip the trailing blanks
9309 SKIP(2);
9390 SKIP(9);
9627 SKIP(2);
9803 SKIP(7);
9913 SKIP(8);
10035 SKIP(10);
10047 SKIP(2);
10051 SKIP(3);
10063 SKIP(2);
10067 SKIP(3);
10105 SKIP(5);
10150 SKIP(2);
10168 SKIP(2);
10184 SKIP(2);
11015 SKIP(2);
11103 SKIP(9);
11509 /* conditional crap, skip both ']' ! */