Searched refs:dupls (Results 1 – 4 of 4) sorted by relevance
1090 IntPair dupls = new IntPair(3, 0);1093 while (findDuplicateState(dupls)) {1095 removeState(dupls);
1091 IntPair dupls = new IntPair(3, 0);1094 while (findDuplicateState(dupls)) {1096 removeState(dupls);
811 xmlSchemaItemListPtr dupls; member4653 if (bind->dupls && bind->dupls->nbItems) { in xmlSchemaDebugDumpIDCTable()4654 fprintf(output, "IDC: dupls (%d):\n", bind->dupls->nbItems); in xmlSchemaDebugDumpIDCTable()4655 for (i = 0; i < bind->dupls->nbItems; i++) { in xmlSchemaDebugDumpIDCTable()4656 tab = bind->dupls->items[i]; in xmlSchemaDebugDumpIDCTable()22376 if (bind->dupls != NULL) in xmlSchemaIDCFreeBinding()22377 xmlSchemaItemListFree(bind->dupls); in xmlSchemaIDCFreeBinding()23491 xmlSchemaPSVIIDCNodePtr *targets, *dupls; in xmlSchemaIDCFillNodeTables() local23523 if (! WXS_ILIST_IS_EMPTY(bind->dupls)) { in xmlSchemaIDCFillNodeTables()23524 dupls = (xmlSchemaPSVIIDCNodePtr *) bind->dupls->items; in xmlSchemaIDCFillNodeTables()[all …]
1312 IntPair dupls = {3, 0}; in removeDuplicateStates() local1315 while (findDuplicateState(&dupls)) { in removeDuplicateStates()1317 removeState(dupls); in removeDuplicateStates()