Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nbNodes

801     int nbNodes; /* number of entries in the node table */
4537 bind->definition), bind->nbNodes);
4539 for (i = 0; i < bind->nbNodes; i++) {
22127 } else if (bind->sizeNodes <= bind->nbNodes) {
22138 bind->nodeTable[bind->nbNodes++] = ntItem;
23306 nbNodeTable = bind->nbNodes;
23318 bind->nbNodes = matcher->targets->nbItems;
23418 bind->nodeTable[j] = bind->nodeTable[bind->nbNodes -1];
23419 bind->nbNodes--;
23479 if ((bind->nbNodes == 0) && WXS_ILIST_IS_EMPTY(bind->dupls))
23515 oldNum = parBind->nbNodes; /* Skip newly added items. */
23528 for (i = 0; i < bind->nbNodes; i++) {
23611 parBind->nbNodes--;
23617 if (parBind->nbNodes != oldNum) {
23623 parNodes[parBind->nbNodes];
23645 } else if (parBind->nbNodes >= parBind->sizeNodes) {
23661 parNodes[parBind->nbNodes++] = node;
23680 if (bind->nbNodes != 0) {
23695 parBind->nbNodes = bind->nbNodes;
23696 bind->nbNodes = 0;
23702 xmlMalloc(bind->nbNodes *
23711 parBind->sizeNodes = bind->nbNodes;
23712 parBind->nbNodes = bind->nbNodes;
23714 bind->nbNodes * sizeof(xmlSchemaPSVIIDCNodePtr));
23792 for (j = 0; j < bind->nbNodes; j++) {