Home | History | Annotate | Download | only in libxml2

Lines Matching refs:inc

59     xmlNodePtr            inc; /* the included copy */
247 ret->inc = NULL;
1554 ctxt->incTab[nr]->inc = xmlCopyNodeList(ctxt->doc->children);
1556 ctxt->incTab[nr]->inc = xmlXIncludeCopyNodeList(ctxt, ctxt->doc,
1679 ctxt->incTab[nr]->inc = NULL;
1681 ctxt->incTab[nr]->inc =
1725 node = ctxt->incTab[nr]->inc;
1946 ctxt->incTab[nr]->inc = node;
1988 ctxt->incTab[nr]->inc = xmlDocCopyNodeList(ctxt->doc,
1991 ctxt->incTab[nr]->inc = NULL;
2200 if ((ctxt->incTab[nr]->inc == NULL) &&
2202 ctxt->incTab[nr]->inc =
2208 list = ctxt->incTab[nr]->inc;
2209 ctxt->incTab[nr]->inc = NULL;
2431 * so the check for inc!=NULL || xptr!=NULL was put in. This may
2437 if ((ctxt->incTab[i]->inc != NULL) ||