Home | History | Annotate | Download | only in libxml2

Lines Matching full:xincctxt

175     xmlXIncludeCtxtPtr xincctxt;	/* the xinclude context */
1523 if (reader->xincctxt == NULL) {
1524 reader->xincctxt = xmlXIncludeNewContext(reader->ctxt->myDoc);
1525 xmlXIncludeSetFlags(reader->xincctxt,
1533 xmlXIncludeProcessNode(reader->xincctxt, reader->node);
2247 if (reader->xincctxt != NULL)
2248 xmlXIncludeFreeContext(reader->xincctxt);
5269 if (reader->xincctxt != NULL) {
5270 xmlXIncludeFreeContext(reader->xincctxt);
5271 reader->xincctxt = NULL;