• Home
  • Raw
  • Download

Lines Matching refs:nbNodes

809     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()
23587 oldNum = parBind->nbNodes; /* Skip newly added items. */ in xmlSchemaBubbleIDCNodeTables()
23600 for (i = 0; i < bind->nbNodes; i++) { in xmlSchemaBubbleIDCNodeTables()
23683 parBind->nbNodes--; in xmlSchemaBubbleIDCNodeTables()
23689 if (parBind->nbNodes != oldNum) { in xmlSchemaBubbleIDCNodeTables()
23695 parNodes[parBind->nbNodes]; in xmlSchemaBubbleIDCNodeTables()
23717 } else if (parBind->nbNodes >= parBind->sizeNodes) { in xmlSchemaBubbleIDCNodeTables()
23733 parNodes[parBind->nbNodes++] = node; in xmlSchemaBubbleIDCNodeTables()
23752 if (bind->nbNodes != 0) { in xmlSchemaBubbleIDCNodeTables()
23767 parBind->nbNodes = bind->nbNodes; in xmlSchemaBubbleIDCNodeTables()
23768 bind->nbNodes = 0; in xmlSchemaBubbleIDCNodeTables()
23774 xmlMalloc(bind->nbNodes * in xmlSchemaBubbleIDCNodeTables()
23783 parBind->sizeNodes = bind->nbNodes; in xmlSchemaBubbleIDCNodeTables()
23784 parBind->nbNodes = bind->nbNodes; in xmlSchemaBubbleIDCNodeTables()
23786 bind->nbNodes * sizeof(xmlSchemaPSVIIDCNodePtr)); in xmlSchemaBubbleIDCNodeTables()
23864 for (j = 0; j < bind->nbNodes; j++) { in xmlSchemaCheckCVCIDCKeyRef()