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