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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c793 int nbNodes; /* number of entries in the node table */ member in struct:_xmlSchemaPSVIIDCBinding
4528 bind->definition), bind->nbNodes);
4530 for (i = 0; i < bind->nbNodes; i++) {
21880 } else if (bind->sizeNodes <= bind->nbNodes) {
21891 bind->nodeTable[bind->nbNodes++] = ntItem;
22993 nbNodeTable = bind->nbNodes;
23005 bind->nbNodes = matcher->targets->nbItems;
23105 bind->nodeTable[j] = bind->nodeTable[bind->nbNodes -1];
23106 bind->nbNodes--;
23166 if ((bind->nbNodes
[all...]

Completed in 176 milliseconds