Home | History | Annotate | Download | only in libxml2

Lines Matching defs:CHAR_BACKSLASH

414 #define CHAR_BACKSLASH '\\'
2379 self->OutStream(self, CHAR_BACKSLASH);
2398 else if (ch == CHAR_BACKSLASH)
2400 self->OutStream(self, CHAR_BACKSLASH);
2401 self->OutStream(self, CHAR_BACKSLASH);
5575 if ((flags & FLAGS_ALTERNATIVE) && (ch == CHAR_BACKSLASH))