Searched refs:XML_PARSE_NOERROR (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h1092 XML_PARSE_NOERROR = 1<<5, /* suppress error reports */ enumerator in enum:__anon13325
/external/libxml2/include/libxml/
H A Dparser.h1095 XML_PARSE_NOERROR = 1<<5, /* suppress error reports */ enumerator in enum:__anon25050
/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c6504 options -= XML_PARSE_NOERROR;
6505 ctxt->options |= XML_PARSE_NOERROR;
H A Dparser.c14530 if (options & XML_PARSE_NOERROR)
14540 if (options & XML_PARSE_NOERROR) {
14543 options -= XML_PARSE_NOERROR;
/external/libxml2/
H A DHTMLparser.c6624 options -= XML_PARSE_NOERROR;
6625 ctxt->options |= XML_PARSE_NOERROR;
H A Dparser.c15056 if (options & XML_PARSE_NOERROR)
15066 if (options & XML_PARSE_NOERROR) {
15069 options -= XML_PARSE_NOERROR;

Completed in 4801 milliseconds