Home | History | Annotate | Download | only in libxml2

Lines Matching defs:CHAR_BACKSLASH

430 #define CHAR_BACKSLASH '\\'
2395 self->OutStream(self, CHAR_BACKSLASH);
2414 else if (ch == CHAR_BACKSLASH)
2416 self->OutStream(self, CHAR_BACKSLASH);
2417 self->OutStream(self, CHAR_BACKSLASH);
5591 if ((flags & FLAGS_ALTERNATIVE) && (ch == CHAR_BACKSLASH))