Lines Matching full:xincctxt
168 xmlXIncludeCtxtPtr xincctxt; /* the xinclude context */
1490 if (reader->xincctxt == NULL) {
1491 reader->xincctxt = xmlXIncludeNewContext(reader->ctxt->myDoc);
1492 xmlXIncludeSetFlags(reader->xincctxt,
1500 xmlXIncludeProcessNode(reader->xincctxt, reader->node);
2208 if (reader->xincctxt != NULL)
2209 xmlXIncludeFreeContext(reader->xincctxt);
5081 if (reader->xincctxt != NULL) {
5082 xmlXIncludeFreeContext(reader->xincctxt);
5083 reader->xincctxt = NULL;