Home | History | Annotate | Download | only in libxml2

Lines Matching defs:SKIP

281  *   SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
288 * NEXT Skip to the next character, this does the proper decoding
290 * NEXTL(l) Skip the current unicode character of l xmlChars long.
296 #define SKIP(val) ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val)
565 * skip all blanks character found at that point in the input streams.
3018 SKIP(6);
3032 SKIP(6);
3076 SKIP(2);
3086 SKIP(1);
3144 SKIP(1);
3190 SKIP(4);
3270 SKIP(3);
3289 SKIP(2);
3340 SKIP(9);
3814 SKIP(2);
4190 SKIP(2);
4337 SKIP(2);
5255 SKIP(1);
5517 SKIP(2);