Home
last modified time | relevance | path

Searched refs:HTML_PARSE_NOERROR (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h181 HTML_PARSE_NOERROR = 1<<5, /* suppress error reports */ enumerator
/external/libxml2/
DHTMLparser.c6506 if (options & HTML_PARSE_NOERROR) { in htmlCtxtUseOptions()