Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c801 int nbNodes; /* number of entries in the node table */ member
4558 bind->definition), bind->nbNodes); in xmlSchemaDebugDumpIDCTable()
4560 for (i = 0; i < bind->nbNodes; i++) { in xmlSchemaDebugDumpIDCTable()
22157 } else if (bind->sizeNodes <= bind->nbNodes) { in xmlSchemaIDCAppendNodeTableItem()
22168 bind->nodeTable[bind->nbNodes++] = ntItem; in xmlSchemaIDCAppendNodeTableItem()
23336 nbNodeTable = bind->nbNodes; in xmlSchemaIDCFillNodeTables()
23348 bind->nbNodes = matcher->targets->nbItems; in xmlSchemaIDCFillNodeTables()
23448 bind->nodeTable[j] = bind->nodeTable[bind->nbNodes -1]; in xmlSchemaIDCFillNodeTables()
23449 bind->nbNodes--; in xmlSchemaIDCFillNodeTables()
23509 if ((bind->nbNodes == 0) && WXS_ILIST_IS_EMPTY(bind->dupls)) in xmlSchemaBubbleIDCNodeTables()
[all …]
Dxpath.c11578 int nbNodes) in xmlXPathDebugDumpStepAxis() argument
11627 " context contains %d nodes\n", nbNodes); in xmlXPathDebugDumpStepAxis()