Home
last modified time | relevance | path

Searched refs:HTML_PARSE_RECOVER (Results 1 – 5 of 5) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
DHTMLparser.in.h208 HTML_PARSE_RECOVER = 1<<0, /* Relaxed parsing */ enumerator
DHTMLparser.c6757 if (options & HTML_PARSE_RECOVER) { in htmlCtxtUseOptions()
6759 options -= HTML_PARSE_RECOVER; in htmlCtxtUseOptions()
/third_party/libxml2/include/libxml/
DHTMLparser.h179 HTML_PARSE_RECOVER = 1<<0, /* Relaxed parsing */ enumerator
/third_party/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle251 d HTML_PARSE_RECOVER... Relaxed parsing
/third_party/libxml2/
DHTMLparser.c6839 if (options & HTML_PARSE_RECOVER) { in htmlCtxtUseOptions()
6841 options -= HTML_PARSE_RECOVER; in htmlCtxtUseOptions()