Lines Matching refs:nsSet
3811 if (wildcard->nsSet != NULL) in xmlSchemaFreeWildcard()
3812 xmlSchemaFreeWildcardNsSet(wildcard->nsSet); in xmlSchemaFreeWildcard()
6805 tmp = wildc->nsSet; in xmlSchemaParseWildcardNs()
6819 if (wildc->nsSet == NULL) in xmlSchemaParseWildcardNs()
6820 wildc->nsSet = tmp; in xmlSchemaParseWildcardNs()
12784 } else if (wild->nsSet != NULL) { in xmlSchemaBuildAContentModel()
12785 ns = wild->nsSet; in xmlSchemaBuildAContentModel()
12819 } else if (wild->nsSet != NULL) { in xmlSchemaBuildAContentModel()
12820 ns = wild->nsSet; in xmlSchemaBuildAContentModel()
13489 cur = source->nsSet; in xmlSchemaCloneWildcardNsConstraints()
13497 dest->nsSet = tmp; in xmlSchemaCloneWildcardNsConstraints()
13538 ((completeWild->nsSet == NULL) == (curWild->nsSet == NULL)) && in xmlSchemaUnionWildcards()
13544 if (completeWild->nsSet != NULL) { in xmlSchemaUnionWildcards()
13550 cur = completeWild->nsSet; in xmlSchemaUnionWildcards()
13553 curB = curWild->nsSet; in xmlSchemaUnionWildcards()
13577 if (completeWild->nsSet != NULL) { in xmlSchemaUnionWildcards()
13578 xmlSchemaFreeWildcardNsSet(completeWild->nsSet); in xmlSchemaUnionWildcards()
13579 completeWild->nsSet = NULL; in xmlSchemaUnionWildcards()
13592 if ((completeWild->nsSet != NULL) && (curWild->nsSet != NULL)) { in xmlSchemaUnionWildcards()
13596 cur = curWild->nsSet; in xmlSchemaUnionWildcards()
13597 start = completeWild->nsSet; in xmlSchemaUnionWildcards()
13613 tmp->next = completeWild->nsSet; in xmlSchemaUnionWildcards()
13614 completeWild->nsSet = tmp; in xmlSchemaUnionWildcards()
13637 (curWild->nsSet != NULL)) || in xmlSchemaUnionWildcards()
13640 (completeWild->nsSet != NULL))) { in xmlSchemaUnionWildcards()
13644 if (completeWild->nsSet != NULL) { in xmlSchemaUnionWildcards()
13645 cur = completeWild->nsSet; in xmlSchemaUnionWildcards()
13648 cur = curWild->nsSet; in xmlSchemaUnionWildcards()
13668 if (completeWild->nsSet != NULL) { in xmlSchemaUnionWildcards()
13669 xmlSchemaFreeWildcardNsSet(completeWild->nsSet); in xmlSchemaUnionWildcards()
13670 completeWild->nsSet = NULL; in xmlSchemaUnionWildcards()
13682 if (completeWild->nsSet != NULL) { in xmlSchemaUnionWildcards()
13683 xmlSchemaFreeWildcardNsSet(completeWild->nsSet); in xmlSchemaUnionWildcards()
13684 completeWild->nsSet = NULL; in xmlSchemaUnionWildcards()
13709 if (completeWild->nsSet != NULL) { in xmlSchemaUnionWildcards()
13710 xmlSchemaFreeWildcardNsSet(completeWild->nsSet); in xmlSchemaUnionWildcards()
13711 completeWild->nsSet = NULL; in xmlSchemaUnionWildcards()
13726 (curWild->nsSet != NULL)) || in xmlSchemaUnionWildcards()
13729 (completeWild->nsSet != NULL))) { in xmlSchemaUnionWildcards()
13731 if (completeWild->nsSet != NULL) { in xmlSchemaUnionWildcards()
13732 cur = completeWild->nsSet; in xmlSchemaUnionWildcards()
13734 cur = curWild->nsSet; in xmlSchemaUnionWildcards()
13743 if (completeWild->nsSet != NULL) { in xmlSchemaUnionWildcards()
13744 xmlSchemaFreeWildcardNsSet(completeWild->nsSet); in xmlSchemaUnionWildcards()
13745 completeWild->nsSet = NULL; in xmlSchemaUnionWildcards()
13760 if (completeWild->nsSet != NULL) { in xmlSchemaUnionWildcards()
13761 xmlSchemaFreeWildcardNsSet(completeWild->nsSet); in xmlSchemaUnionWildcards()
13762 completeWild->nsSet = NULL; in xmlSchemaUnionWildcards()
13798 ((completeWild->nsSet == NULL) == (curWild->nsSet == NULL)) && in xmlSchemaIntersectWildcards()
13804 if (completeWild->nsSet != NULL) { in xmlSchemaIntersectWildcards()
13810 cur = completeWild->nsSet; in xmlSchemaIntersectWildcards()
13813 curB = curWild->nsSet; in xmlSchemaIntersectWildcards()
13845 if (((completeWild->negNsSet != NULL) && (curWild->nsSet != NULL)) || in xmlSchemaIntersectWildcards()
13846 ((curWild->negNsSet != NULL) && (completeWild->nsSet != NULL))) { in xmlSchemaIntersectWildcards()
13849 if (completeWild->nsSet == NULL) { in xmlSchemaIntersectWildcards()
13859 cur = completeWild->nsSet; in xmlSchemaIntersectWildcards()
13863 completeWild->nsSet = cur->next; in xmlSchemaIntersectWildcards()
13874 cur = completeWild->nsSet; in xmlSchemaIntersectWildcards()
13878 completeWild->nsSet = cur->next; in xmlSchemaIntersectWildcards()
13895 if ((completeWild->nsSet != NULL) && (curWild->nsSet != NULL)) { in xmlSchemaIntersectWildcards()
13898 cur = completeWild->nsSet; in xmlSchemaIntersectWildcards()
13902 curB = curWild->nsSet; in xmlSchemaIntersectWildcards()
13912 completeWild->nsSet = cur->next; in xmlSchemaIntersectWildcards()
13984 if (sub->nsSet != NULL) { in xmlSchemaCheckCOSNSSubset()
13988 if (super->nsSet != NULL) { in xmlSchemaCheckCOSNSSubset()
13992 cur = sub->nsSet; in xmlSchemaCheckCOSNSSubset()
13995 curB = super->nsSet; in xmlSchemaCheckCOSNSSubset()
14015 cur = sub->nsSet; in xmlSchemaCheckCOSNSSubset()
14076 else if (wild->nsSet != NULL) { in xmlSchemaCheckCVCWildcardNamespace()
14079 cur = wild->nsSet; in xmlSchemaCheckCVCWildcardNamespace()