Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
DHTMLparser.in.h216 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
DHTMLparser.c6762 if (options & HTML_PARSE_COMPACT) { in htmlCtxtUseOptions()
6763 ctxt->options |= HTML_PARSE_COMPACT; in htmlCtxtUseOptions()
6764 options -= HTML_PARSE_COMPACT; in htmlCtxtUseOptions()
/third_party/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/third_party/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle267 d HTML_PARSE_COMPACT... compact small txtnod
/third_party/libxml2/
DHTMLparser.c6844 if (options & HTML_PARSE_COMPACT) { in htmlCtxtUseOptions()
6845 ctxt->options |= HTML_PARSE_COMPACT; in htmlCtxtUseOptions()
6846 options -= HTML_PARSE_COMPACT; in htmlCtxtUseOptions()