• Home
  • Raw
  • Download

Lines Matching refs:curB

13570     xmlSchemaWildcardNsPtr cur, curB, tmp;  in xmlSchemaUnionWildcards()  local
13592 curB = curWild->nsSet; in xmlSchemaUnionWildcards()
13593 while (curB != NULL) { in xmlSchemaUnionWildcards()
13594 if (cur->value == curB->value) { in xmlSchemaUnionWildcards()
13598 curB = curB->next; in xmlSchemaUnionWildcards()
13639 curB = start; in xmlSchemaUnionWildcards()
13640 while (curB != NULL) { in xmlSchemaUnionWildcards()
13641 if (cur->value == curB->value) { in xmlSchemaUnionWildcards()
13645 curB = curB->next; in xmlSchemaUnionWildcards()
13685 curB = curWild->negNsSet; in xmlSchemaUnionWildcards()
13688 curB = completeWild->negNsSet; in xmlSchemaUnionWildcards()
13694 else if (cur->value == curB->value) in xmlSchemaUnionWildcards()
13830 xmlSchemaWildcardNsPtr cur, curB, prev, tmp; in xmlSchemaIntersectWildcards() local
13852 curB = curWild->nsSet; in xmlSchemaIntersectWildcards()
13853 while (curB != NULL) { in xmlSchemaIntersectWildcards()
13854 if (cur->value == curB->value) { in xmlSchemaIntersectWildcards()
13858 curB = curB->next; in xmlSchemaIntersectWildcards()
13941 curB = curWild->nsSet; in xmlSchemaIntersectWildcards()
13942 while (curB != NULL) { in xmlSchemaIntersectWildcards()
13943 if (cur->value == curB->value) { in xmlSchemaIntersectWildcards()
13947 curB = curB->next; in xmlSchemaIntersectWildcards()
14028 xmlSchemaWildcardNsPtr cur, curB; in xmlSchemaCheckCOSNSSubset() local
14034 curB = super->nsSet; in xmlSchemaCheckCOSNSSubset()
14035 while (curB != NULL) { in xmlSchemaCheckCOSNSSubset()
14036 if (cur->value == curB->value) { in xmlSchemaCheckCOSNSSubset()
14040 curB = curB->next; in xmlSchemaCheckCOSNSSubset()