Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c822 int nbNodes; /* number of entries in the node table */ member
4643 bind->definition), bind->nbNodes); in xmlSchemaDebugDumpIDCTable()
4645 for (i = 0; i < bind->nbNodes; i++) { in xmlSchemaDebugDumpIDCTable()
22314 } else if (bind->sizeNodes <= bind->nbNodes) { in xmlSchemaIDCAppendNodeTableItem()
22325 bind->nodeTable[bind->nbNodes++] = ntItem; in xmlSchemaIDCAppendNodeTableItem()
23561 nbNodeTable = bind->nbNodes; in xmlSchemaIDCFillNodeTables()
23573 bind->nbNodes = matcher->targets->nbItems; in xmlSchemaIDCFillNodeTables()
23677 bind->nodeTable[j] = bind->nodeTable[bind->nbNodes -1]; in xmlSchemaIDCFillNodeTables()
23678 bind->nbNodes--; in xmlSchemaIDCFillNodeTables()
23738 if ((bind->nbNodes == 0) && WXS_ILIST_IS_EMPTY(bind->dupls)) in xmlSchemaBubbleIDCNodeTables()
[all …]
Dxpath.c11527 int nbNodes) in xmlXPathDebugDumpStepAxis() argument
11576 " context contains %d nodes\n", nbNodes); in xmlXPathDebugDumpStepAxis()
/external/cronet/third_party/libxml/src/
Dxpath.c11500 int nbNodes) in xmlXPathDebugDumpStepAxis() argument
11549 " context contains %d nodes\n", nbNodes); in xmlXPathDebugDumpStepAxis()