Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c809 int nbNodes; /* number of entries in the node table */ member
4592 bind->definition), bind->nbNodes); in xmlSchemaDebugDumpIDCTable()
4594 for (i = 0; i < bind->nbNodes; i++) { in xmlSchemaDebugDumpIDCTable()
22199 } else if (bind->sizeNodes <= bind->nbNodes) { in xmlSchemaIDCAppendNodeTableItem()
22210 bind->nodeTable[bind->nbNodes++] = ntItem; in xmlSchemaIDCAppendNodeTableItem()
23378 nbNodeTable = bind->nbNodes; in xmlSchemaIDCFillNodeTables()
23390 bind->nbNodes = matcher->targets->nbItems; in xmlSchemaIDCFillNodeTables()
23490 bind->nodeTable[j] = bind->nodeTable[bind->nbNodes -1]; in xmlSchemaIDCFillNodeTables()
23491 bind->nbNodes--; in xmlSchemaIDCFillNodeTables()
23551 if ((bind->nbNodes == 0) && WXS_ILIST_IS_EMPTY(bind->dupls)) in xmlSchemaBubbleIDCNodeTables()
[all …]
Dxpath.c11553 int nbNodes) in xmlXPathDebugDumpStepAxis() argument
11602 " context contains %d nodes\n", nbNodes); in xmlXPathDebugDumpStepAxis()