Searched refs:txtNr (Results 1 – 1 of 1) sorted by relevance
71 int txtNr; /* number of unparsed documents */ member394 for (i = 0;i < ctxt->txtNr;i++) { in xmlXIncludeFreeContext()775 if (ctxt->txtNr >= ctxt->txtMax) { in xmlXIncludeAddTxt()790 ctxt->txtTab[ctxt->txtNr] = txt; in xmlXIncludeAddTxt()791 ctxt->txturlTab[ctxt->txtNr] = xmlStrdup(url); in xmlXIncludeAddTxt()792 ctxt->txtNr++; in xmlXIncludeAddTxt()1839 for (i = 0; i < ctxt->txtNr; i++) { in xmlXIncludeLoadTxt()