Searched refs:HTML_PARSE_COMPACT (Results 1 – 2 of 2) sorted by relevance
187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
6531 if (options & HTML_PARSE_COMPACT) { in htmlCtxtUseOptions()6532 ctxt->options |= HTML_PARSE_COMPACT; in htmlCtxtUseOptions()6533 options -= HTML_PARSE_COMPACT; in htmlCtxtUseOptions()