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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c801 int nbNodes; /* number of entries in the node table */ member in struct:_xmlSchemaPSVIIDCBinding
4537 bind->definition), bind->nbNodes);
4539 for (i = 0; i < bind->nbNodes; i++) {
22126 } else if (bind->sizeNodes <= bind->nbNodes) {
22137 bind->nodeTable[bind->nbNodes++] = ntItem;
23305 nbNodeTable = bind->nbNodes;
23317 bind->nbNodes = matcher->targets->nbItems;
23417 bind->nodeTable[j] = bind->nodeTable[bind->nbNodes -1];
23418 bind->nbNodes--;
23478 if ((bind->nbNodes
[all...]
H A Dxpath.c11426 int nbNodes)
11475 " context contains %d nodes\n", nbNodes);
11425 xmlXPathDebugDumpStepAxis(xmlXPathStepOpPtr op, int nbNodes) argument
/external/libxml2/
H A Dxmlschemas.c801 int nbNodes; /* number of entries in the node table */ member in struct:_xmlSchemaPSVIIDCBinding
4556 bind->definition), bind->nbNodes);
4558 for (i = 0; i < bind->nbNodes; i++) {
22155 } else if (bind->sizeNodes <= bind->nbNodes) {
22166 bind->nodeTable[bind->nbNodes++] = ntItem;
23334 nbNodeTable = bind->nbNodes;
23346 bind->nbNodes = matcher->targets->nbItems;
23446 bind->nodeTable[j] = bind->nodeTable[bind->nbNodes -1];
23447 bind->nbNodes--;
23507 if ((bind->nbNodes
[all...]
H A Dxpath.c11573 int nbNodes)
11622 " context contains %d nodes\n", nbNodes);
11572 xmlXPathDebugDumpStepAxis(xmlXPathStepOpPtr op, int nbNodes) argument

Completed in 5635 milliseconds