Searched refs:HTML_PARSE_COMPACT (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator in enum:__anon9829
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DHTMLparser.h186 HTML_PARSE_COMPACT = 1<<16 /* compact small text nodes */ enumerator in enum:__anon12067
/macosx-10.10/libxml2-26/libxml2/
H A DHTMLparser.c6694 if (options & HTML_PARSE_COMPACT) {
6695 ctxt->options |= HTML_PARSE_COMPACT;
6696 options -= HTML_PARSE_COMPACT;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DHTMLparser.c6525 if (options & HTML_PARSE_COMPACT) {
6526 ctxt->options |= HTML_PARSE_COMPACT;
6527 options -= HTML_PARSE_COMPACT;

Completed in 194 milliseconds