Searched refs:XML_PARSE_NOERROR (Results 1 – 4 of 4) sorted by relevance
1092 XML_PARSE_NOERROR = 1<<5, /* suppress error reports */ enumerator
6510 options -= XML_PARSE_NOERROR; in htmlCtxtUseOptions()6511 ctxt->options |= XML_PARSE_NOERROR; in htmlCtxtUseOptions()
14522 if (options & XML_PARSE_NOERROR) in xmlCtxtUseOptionsInternal()14532 if (options & XML_PARSE_NOERROR) { in xmlCtxtUseOptionsInternal()14535 options -= XML_PARSE_NOERROR; in xmlCtxtUseOptionsInternal()
14701 Pass XML_PARSE_NOERROR and XML_PARSE_NOWARNING. We don't want errors and warnings