Searched refs:txtNr (Results 1 – 1 of 1) sorted by relevance
73 int txtNr; /* number of unparsed documents */ member396 for (i = 0;i < ctxt->txtNr;i++) { in xmlXIncludeFreeContext()777 if (ctxt->txtNr >= ctxt->txtMax) { in xmlXIncludeAddTxt()792 ctxt->txtTab[ctxt->txtNr] = txt; in xmlXIncludeAddTxt()793 ctxt->txturlTab[ctxt->txtNr] = xmlStrdup(url); in xmlXIncludeAddTxt()794 ctxt->txtNr++; in xmlXIncludeAddTxt()1848 for (i = 0; i < ctxt->txtNr; i++) { in xmlXIncludeLoadTxt()