Searched refs:XML_PARSE_NOBLANKS (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.in.h1084 XML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */ enumerator in enum:__anon2491
H A DHTMLparser.c5858 if (options & XML_PARSE_NOBLANKS) {
5861 options -= XML_PARSE_NOBLANKS;
5862 ctxt->options |= XML_PARSE_NOBLANKS;
H A Dparser.c13156 if (options & XML_PARSE_NOBLANKS) {
13159 options -= XML_PARSE_NOBLANKS;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dparser.h1086 XML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */ enumerator in enum:__anon2701
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.in.h1084 XML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */ enumerator in enum:__anon2265
H A DHTMLparser.c5858 if (options & XML_PARSE_NOBLANKS) {
5861 options -= XML_PARSE_NOBLANKS;
5862 ctxt->options |= XML_PARSE_NOBLANKS;
H A Dparser.c13156 if (options & XML_PARSE_NOBLANKS) {
13159 options -= XML_PARSE_NOBLANKS;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c5958 if (options & XML_PARSE_NOBLANKS) {
5961 options -= XML_PARSE_NOBLANKS;
5962 ctxt->options |= XML_PARSE_NOBLANKS;
H A Dparser.c14135 if (options & XML_PARSE_NOBLANKS) {
14138 options -= XML_PARSE_NOBLANKS;
14139 ctxt->options |= XML_PARSE_NOBLANKS;
H A Dtestapi.c264 if (no == 0) return(XML_PARSE_NOBLANKS | XML_PARSE_RECOVER);
[all...]

Completed in 709 milliseconds