Home | History | Annotate | Download | only in libxml2

Lines Matching refs:inc

241     xmlRelaxNGIncludePtr inc;   /* Current parsed include */
1473 ctxt->inc = value;
1494 ctxt->inc = ctxt->incTab[ctxt->incNr - 1];
1496 ctxt->inc = NULL;
1551 xmlRelaxNGDocumentPtr inc = tmp->psvi;
1553 if ((inc != NULL) && (inc->doc != NULL) &&
1554 (inc->doc->children != NULL)) {
1557 (inc->doc->children->name, BAD_CAST "grammar")) {
1562 inc->doc->children->
1672 ctxt->inc = NULL;