Home | History | Annotate | Download | only in libxml2

Lines Matching defs:options

4056     if ((ctxt != NULL) && (ctxt->options & XML_PARSE_NONET)) {
4057 int options = ctxt->options;
4059 ctxt->options -= XML_PARSE_NONET;
4061 ctxt->options = options;