Home | History | Annotate | Download | only in libxml2

Lines Matching refs:includes

187     xmlRelaxNGIncludePtr includes;      /* all the includes loaded */
224 xmlRelaxNGIncludePtr includes; /* all the includes loaded */
400 xmlRelaxNGIncludePtr next; /* keep a chain of includes */
816 if (schema->includes != NULL)
817 xmlRelaxNGFreeIncludeList(schema->includes);
1644 ret->next = ctxt->includes;
1645 ctxt->includes = ret;
6829 if (ctxt->includes != NULL)
6830 xmlRelaxNGFreeIncludeList(ctxt->includes);
7582 ret->includes = ctxt->includes;
7583 ctxt->includes = NULL;