Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemas.c23699 int i, j, k, ret = 0, nbFields, oldNum, oldDupls; in xmlSchemaBubbleIDCNodeTables() local
23750 oldNum = parBind->nbNodes; /* Skip newly added items. */ in xmlSchemaBubbleIDCNodeTables()
23809 if (oldNum) { in xmlSchemaBubbleIDCNodeTables()
23811 while (j < oldNum) { in xmlSchemaBubbleIDCNodeTables()
23839 if (j != oldNum) { in xmlSchemaBubbleIDCNodeTables()
23845 oldNum--; in xmlSchemaBubbleIDCNodeTables()
23850 parNodes[j] = parNodes[oldNum]; in xmlSchemaBubbleIDCNodeTables()
23852 if (parBind->nbNodes != oldNum) { in xmlSchemaBubbleIDCNodeTables()
23857 parNodes[oldNum] = in xmlSchemaBubbleIDCNodeTables()