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

/external/libxml2/
H A Drelaxng.c4086 int nbchild = 0, i, j, ret; local
4109 nbchild++;
4113 list = (xmlRelaxNGDefinePtr **) xmlMalloc(nbchild *
4179 for (i = 0; i < nbchild; i++) {
4191 for (i = 0; i < nbchild; i++) {
4222 int nbchild = 0, i, j, ret; local
4241 nbchild++;
4246 nbchild++;
4250 list = (xmlRelaxNGDefinePtr **) xmlMalloc(nbchild *
4271 for (i = 0; i < nbchild;
4320 int nbchild = 0; local
[all...]
/external/libxslt/libxslt/
H A Dtransform.c1739 int nbchild = 0, oldSize; local
1823 nbchild++;
1873 ctxt->xpathCtxt->contextSize = nbchild;
1911 ctxt->xpathCtxt->contextSize = nbchild;
1950 ctxt->xpathCtxt->contextSize = nbchild;

Completed in 371 milliseconds