Searched refs:xincctxt (Results 1 – 1 of 1) sorted by relevance
175 xmlXIncludeCtxtPtr xincctxt; /* the xinclude context */ member1518 if (reader->xincctxt == NULL) { in xmlTextReaderRead()1519 reader->xincctxt = xmlXIncludeNewContext(reader->ctxt->myDoc); in xmlTextReaderRead()1520 xmlXIncludeSetFlags(reader->xincctxt, in xmlTextReaderRead()1528 xmlXIncludeProcessNode(reader->xincctxt, reader->node); in xmlTextReaderRead()2242 if (reader->xincctxt != NULL) in xmlFreeTextReader()2243 xmlXIncludeFreeContext(reader->xincctxt); in xmlFreeTextReader()5258 if (reader->xincctxt != NULL) { in xmlTextReaderSetup()5259 xmlXIncludeFreeContext(reader->xincctxt); in xmlTextReaderSetup()5260 reader->xincctxt = NULL; in xmlTextReaderSetup()