Searched refs:txtNr (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dxinclude.c71 int txtNr; /* number of unparsed documents */ member in struct:_xmlXIncludeCtxt
394 for (i = 0;i < ctxt->txtNr;i++) {
775 if (ctxt->txtNr >= ctxt->txtMax) {
790 ctxt->txtTab[ctxt->txtNr] = txt;
791 ctxt->txturlTab[ctxt->txtNr] = xmlStrdup(url);
792 ctxt->txtNr++;
1833 for (i = 0; i < ctxt->txtNr; i++) {

Completed in 52 milliseconds