Lines Matching full:xincctxt
175 xmlXIncludeCtxtPtr xincctxt; /* the xinclude context */
1518 if (reader->xincctxt == NULL) {
1519 reader->xincctxt = xmlXIncludeNewContext(reader->ctxt->myDoc);
1520 xmlXIncludeSetFlags(reader->xincctxt,
1528 xmlXIncludeProcessNode(reader->xincctxt, reader->node);
2242 if (reader->xincctxt != NULL)
2243 xmlXIncludeFreeContext(reader->xincctxt);
5258 if (reader->xincctxt != NULL) {
5259 xmlXIncludeFreeContext(reader->xincctxt);
5260 reader->xincctxt = NULL;