Searched refs:xincctxt (Results 1 – 1 of 1) sorted by relevance
175 xmlXIncludeCtxtPtr xincctxt; /* the xinclude context */ member1523 if (reader->xincctxt == NULL) { in xmlTextReaderRead()1524 reader->xincctxt = xmlXIncludeNewContext(reader->ctxt->myDoc); in xmlTextReaderRead()1525 xmlXIncludeSetFlags(reader->xincctxt, in xmlTextReaderRead()1533 xmlXIncludeProcessNode(reader->xincctxt, reader->node); in xmlTextReaderRead()2246 if (reader->xincctxt != NULL) in xmlFreeTextReader()2247 xmlXIncludeFreeContext(reader->xincctxt); in xmlFreeTextReader()5268 if (reader->xincctxt != NULL) { in xmlTextReaderSetup()5269 xmlXIncludeFreeContext(reader->xincctxt); in xmlTextReaderSetup()5270 reader->xincctxt = NULL; in xmlTextReaderSetup()