Home | History | Annotate | Download | only in libxml2

Lines Matching refs:XML_PARSE_NOENT

2649 		        ((ctxt->options & XML_PARSE_NOENT) == 0) &&
7282 ((ent->children == NULL) && (ctxt->options & XML_PARSE_NOENT))) &&
7284 (ctxt->options & (XML_PARSE_NOENT | XML_PARSE_DTDVALID)))) {
15241 if (options & XML_PARSE_NOENT) {
15244 options -= XML_PARSE_NOENT;
15245 ctxt->options |= XML_PARSE_NOENT;