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