Searched refs:XML_PARSE_SAX1 (Results 1 - 8 of 8) 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.h1085 XML_PARSE_SAX1 = 1<<9, /* use the SAX1 interface internally */ enumerator in enum:__anon2491
H A Dparser.c13181 if (options & XML_PARSE_SAX1) {
13187 options -= XML_PARSE_SAX1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dparser.h1087 XML_PARSE_SAX1 = 1<<9, /* use the SAX1 interface internally */ 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.h1085 XML_PARSE_SAX1 = 1<<9, /* use the SAX1 interface internally */ enumerator in enum:__anon2265
H A Dparser.c13181 if (options & XML_PARSE_SAX1) {
13187 options -= XML_PARSE_SAX1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Druntest.c1694 if (options & XML_PARSE_SAX1) {
4145 XML_PARSE_SAX1 },
H A Dparser.c14162 if (options & XML_PARSE_SAX1) {
14168 options -= XML_PARSE_SAX1;
14169 ctxt->options |= XML_PARSE_SAX1;
H A Dtestapi.c268 return(XML_PARSE_SAX1);
[all...]

Completed in 189 milliseconds