Searched refs:XML_PARSE_OLD10 (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Drunxmlconf.c383 options |= XML_PARSE_OLD10;
H A Dparser.c2934 * new XML_PARSE_OLD10 option is given to the parser.
2938 if ((ctxt->options & XML_PARSE_OLD10) == 0) {
2969 if ((ctxt->options & XML_PARSE_OLD10) == 0) {
3022 if ((ctxt->options & XML_PARSE_OLD10) == 0) {
9867 if (ctxt->options & XML_PARSE_OLD10) {
10121 if (ctxt->options & XML_PARSE_OLD10)
14196 if (options & XML_PARSE_OLD10) {
14197 ctxt->options |= XML_PARSE_OLD10;
14198 options -= XML_PARSE_OLD10;
H A Dxmllint.c3256 options |= XML_PARSE_OLD10;
H A DSAX2.c979 if (ctxt->options & XML_PARSE_OLD10)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dparser.h1097 XML_PARSE_OLD10 = 1<<17,/* parse using XML-1.0 before update 5 */ enumerator in enum:__anon2701

Completed in 134 milliseconds