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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.in.h185 HTML_PARSE_COMPACT = 1<<16 /* compact small text nodes */ enumerator in enum:__anon2478
H A DHTMLparser.c5870 if (options & HTML_PARSE_COMPACT) {
5871 ctxt->options |= HTML_PARSE_COMPACT;
5872 options -= HTML_PARSE_COMPACT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DHTMLparser.h185 HTML_PARSE_COMPACT = 1<<16 /* compact small text nodes */ enumerator in enum:__anon2693
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.in.h185 HTML_PARSE_COMPACT = 1<<16 /* compact small text nodes */ enumerator in enum:__anon2252
H A DHTMLparser.c5870 if (options & HTML_PARSE_COMPACT) {
5871 ctxt->options |= HTML_PARSE_COMPACT;
5872 options -= HTML_PARSE_COMPACT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c5970 if (options & HTML_PARSE_COMPACT) {
5971 ctxt->options |= HTML_PARSE_COMPACT;
5972 options -= HTML_PARSE_COMPACT;

Completed in 91 milliseconds