Home | History | Annotate | Download | only in libxml2

Lines Matching defs:SKIP

892  *   SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
896 * NEXT Skip to the next character, this does the proper decoding
902 #define SKIP(val) ctxt->cur += (val)
1590 * Skip to next node in document order
2322 skip: /* This label should only be needed if something is wrong! */
2346 goto skip;