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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxinclude.c83 int parseFlags; /* the flags used for parsing XML documents */ member in struct:_xmlXIncludeCtxt
448 xmlCtxtUseOptions(pctxt, ctxt->parseFlags | XML_PARSE_DTDLOAD);
725 newctxt->parseFlags = ctxt->parseFlags;
1476 saveFlags = ctxt->parseFlags;
1478 ctxt->parseFlags |= XML_PARSE_NOENT;
1484 ctxt->parseFlags = saveFlags;
1682 (!(ctxt->parseFlags & XML_PARSE_NOBASEFIX)) &&
1683 (!(doc->parseFlags & XML_PARSE_NOBASEFIX))) {
1942 xmlXIncludeSetFlags(newctxt, ctxt->parseFlags);
[all...]
H A DSAX2.c962 ctxt->myDoc->parseFlags = ctxt->options;
981 doc->parseFlags = ctxt->options;
H A Dtree.c1158 cur->parseFlags = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxinclude.c83 int parseFlags; /* the flags used for parsing XML documents */ member in struct:_xmlXIncludeCtxt
449 xmlCtxtUseOptions(pctxt, ctxt->parseFlags | XML_PARSE_DTDLOAD);
712 newctxt->parseFlags = ctxt->parseFlags;
1463 saveFlags = ctxt->parseFlags;
1465 ctxt->parseFlags |= XML_PARSE_NOENT;
1471 ctxt->parseFlags = saveFlags;
1934 xmlXIncludeSetFlags(newctxt, ctxt->parseFlags);
2187 if (ctxt->parseFlags & XML_PARSE_NOXINCNODE) {
2415 ctxt->parseFlags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxinclude.c83 int parseFlags; /* the flags used for parsing XML documents */ member in struct:_xmlXIncludeCtxt
449 xmlCtxtUseOptions(pctxt, ctxt->parseFlags | XML_PARSE_DTDLOAD);
712 newctxt->parseFlags = ctxt->parseFlags;
1463 saveFlags = ctxt->parseFlags;
1465 ctxt->parseFlags |= XML_PARSE_NOENT;
1471 ctxt->parseFlags = saveFlags;
1934 xmlXIncludeSetFlags(newctxt, ctxt->parseFlags);
2187 if (ctxt->parseFlags & XML_PARSE_NOXINCNODE) {
2415 ctxt->parseFlags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dtree.h543 int parseFlags; /* set of xmlParserOption used to parse the member in struct:_xmlDoc

Completed in 142 milliseconds