Searched refs:dupls (Results 1 – 4 of 4) sorted by relevance
1039 IntPair dupls = new IntPair(3, 0);1042 while (findDuplicateState(dupls)) {1044 removeState(dupls);
1040 IntPair dupls = new IntPair(3, 0);1043 while (findDuplicateState(dupls)) {1045 removeState(dupls);
811 xmlSchemaItemListPtr dupls; member4614 if (bind->dupls && bind->dupls->nbItems) { in xmlSchemaDebugDumpIDCTable()4615 fprintf(output, "IDC: dupls (%d):\n", bind->dupls->nbItems); in xmlSchemaDebugDumpIDCTable()4616 for (i = 0; i < bind->dupls->nbItems; i++) { in xmlSchemaDebugDumpIDCTable()4617 tab = bind->dupls->items[i]; in xmlSchemaDebugDumpIDCTable()22291 if (bind->dupls != NULL) in xmlSchemaIDCFreeBinding()22292 xmlSchemaItemListFree(bind->dupls); in xmlSchemaIDCFreeBinding()23340 xmlSchemaPSVIIDCNodePtr *targets, *dupls; in xmlSchemaIDCFillNodeTables() local23370 if (! WXS_ILIST_IS_EMPTY(bind->dupls)) { in xmlSchemaIDCFillNodeTables()23371 dupls = (xmlSchemaPSVIIDCNodePtr *) bind->dupls->items; in xmlSchemaIDCFillNodeTables()[all …]
1250 IntPair dupls = {3, 0}; in removeDuplicateStates() local1253 while (findDuplicateState(&dupls)) { in removeDuplicateStates()1255 removeState(dupls); in removeDuplicateStates()