Searched refs:xincctxt (Results 1 – 1 of 1) sorted by relevance
182 xmlXIncludeCtxtPtr xincctxt; /* the xinclude context */ member1594 if (reader->xincctxt == NULL) { in xmlTextReaderRead()1595 reader->xincctxt = xmlXIncludeNewContext(reader->ctxt->myDoc); in xmlTextReaderRead()1596 xmlXIncludeSetFlags(reader->xincctxt, in xmlTextReaderRead()1604 xmlXIncludeProcessNode(reader->xincctxt, reader->node); in xmlTextReaderRead()2309 if (reader->xincctxt != NULL) in xmlFreeTextReader()2310 xmlXIncludeFreeContext(reader->xincctxt); in xmlFreeTextReader()5341 if (reader->xincctxt != NULL) { in xmlTextReaderSetup()5342 xmlXIncludeFreeContext(reader->xincctxt); in xmlTextReaderSetup()5343 reader->xincctxt = NULL; in xmlTextReaderSetup()