Home | History | Annotate | Download | only in libxml2

Lines Matching refs:XML_PARSE_OLD10

2940  * new XML_PARSE_OLD10 option is given to the parser.
2944 if ((ctxt->options & XML_PARSE_OLD10) == 0) {
2975 if ((ctxt->options & XML_PARSE_OLD10) == 0) {
3028 if ((ctxt->options & XML_PARSE_OLD10) == 0) {
9891 if (ctxt->options & XML_PARSE_OLD10) {
10145 if (ctxt->options & XML_PARSE_OLD10)
14222 if (options & XML_PARSE_OLD10) {
14223 ctxt->options |= XML_PARSE_OLD10;
14224 options -= XML_PARSE_OLD10;