Searched refs:HTML_PARSE_COMPACT (Results 1 – 5 of 5) sorted by relevance
216 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
6762 if (options & HTML_PARSE_COMPACT) { in htmlCtxtUseOptions()6763 ctxt->options |= HTML_PARSE_COMPACT; in htmlCtxtUseOptions()6764 options -= HTML_PARSE_COMPACT; in htmlCtxtUseOptions()
187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
267 d HTML_PARSE_COMPACT... compact small txtnod
6844 if (options & HTML_PARSE_COMPACT) { in htmlCtxtUseOptions()6845 ctxt->options |= HTML_PARSE_COMPACT; in htmlCtxtUseOptions()6846 options -= HTML_PARSE_COMPACT; in htmlCtxtUseOptions()