Searched refs:XML_PARSE_OLD10 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h1106 XML_PARSE_OLD10 = 1<<17,/* parse using XML-1.0 before update 5 */ enumerator in enum:__anon13325
/external/libxml2/include/libxml/
H A Dparser.h1109 XML_PARSE_OLD10 = 1<<17,/* parse using XML-1.0 before update 5 */ enumerator in enum:__anon25050
/external/chromium_org/third_party/libxml/src/
H A Dparser.c2970 * new XML_PARSE_OLD10 option is given to the parser.
2974 if ((ctxt->options & XML_PARSE_OLD10) == 0) {
3005 if ((ctxt->options & XML_PARSE_OLD10) == 0) {
3062 if ((ctxt->options & XML_PARSE_OLD10) == 0) {
10090 if (ctxt->options & XML_PARSE_OLD10) {
10364 if (ctxt->options & XML_PARSE_OLD10)
14580 if (options & XML_PARSE_OLD10) {
14581 ctxt->options |= XML_PARSE_OLD10;
14582 options -= XML_PARSE_OLD10;
H A DSAX2.c985 if (ctxt->options & XML_PARSE_OLD10)
H A Dxmllint.c3408 options |= XML_PARSE_OLD10;
/external/libxml2/
H A Dparser.c3147 * new XML_PARSE_OLD10 option is given to the parser.
3151 if ((ctxt->options & XML_PARSE_OLD10) == 0) {
3182 if ((ctxt->options & XML_PARSE_OLD10) == 0) {
3239 if ((ctxt->options & XML_PARSE_OLD10) == 0) {
10496 if (ctxt->options & XML_PARSE_OLD10) {
10770 if (ctxt->options & XML_PARSE_OLD10)
15106 if (options & XML_PARSE_OLD10) {
15107 ctxt->options |= XML_PARSE_OLD10;
15108 options -= XML_PARSE_OLD10;
H A DSAX2.c1015 if (ctxt->options & XML_PARSE_OLD10)
H A Dxmllint.c3457 options |= XML_PARSE_OLD10;

Completed in 113 milliseconds