• Home
  • Raw
  • Download

Lines Matching refs:curB

13615     xmlSchemaWildcardNsPtr cur, curB, tmp;  in xmlSchemaUnionWildcards()  local
13637 curB = curWild->nsSet; in xmlSchemaUnionWildcards()
13638 while (curB != NULL) { in xmlSchemaUnionWildcards()
13639 if (cur->value == curB->value) { in xmlSchemaUnionWildcards()
13643 curB = curB->next; in xmlSchemaUnionWildcards()
13684 curB = start; in xmlSchemaUnionWildcards()
13685 while (curB != NULL) { in xmlSchemaUnionWildcards()
13686 if (cur->value == curB->value) { in xmlSchemaUnionWildcards()
13690 curB = curB->next; in xmlSchemaUnionWildcards()
13730 curB = curWild->negNsSet; in xmlSchemaUnionWildcards()
13733 curB = completeWild->negNsSet; in xmlSchemaUnionWildcards()
13739 else if (cur->value == curB->value) in xmlSchemaUnionWildcards()
13875 xmlSchemaWildcardNsPtr cur, curB, prev, tmp; in xmlSchemaIntersectWildcards() local
13897 curB = curWild->nsSet; in xmlSchemaIntersectWildcards()
13898 while (curB != NULL) { in xmlSchemaIntersectWildcards()
13899 if (cur->value == curB->value) { in xmlSchemaIntersectWildcards()
13903 curB = curB->next; in xmlSchemaIntersectWildcards()
13986 curB = curWild->nsSet; in xmlSchemaIntersectWildcards()
13987 while (curB != NULL) { in xmlSchemaIntersectWildcards()
13988 if (cur->value == curB->value) { in xmlSchemaIntersectWildcards()
13992 curB = curB->next; in xmlSchemaIntersectWildcards()
14073 xmlSchemaWildcardNsPtr cur, curB; in xmlSchemaCheckCOSNSSubset() local
14079 curB = super->nsSet; in xmlSchemaCheckCOSNSSubset()
14080 while (curB != NULL) { in xmlSchemaCheckCOSNSSubset()
14081 if (cur->value == curB->value) { in xmlSchemaCheckCOSNSSubset()
14085 curB = curB->next; in xmlSchemaCheckCOSNSSubset()