Lines Matching refs:facets
1856 for (facet = type->facets; facet != NULL; facet = facet->next) { in xmlSchemaFormatFacetEnumSet()
4036 if (type->facets != NULL) { in xmlSchemaFreeType()
4039 facet = type->facets; in xmlSchemaFreeType()
11774 type->facets = facet; in xmlSchemaParseRestriction()
11785 if (type->facets != NULL) { in xmlSchemaParseRestriction()
11788 facet = type->facets; in xmlSchemaParseRestriction()
15426 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts()
15436 facet = type->facets; in xmlSchemaCheckCOSSTRestricts()
15528 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts()
15529 facet = type->facets; in xmlSchemaCheckCOSSTRestricts()
15613 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts()
15620 facet = type->facets; in xmlSchemaCheckCOSSTRestricts()
15802 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts()
15806 facet = type->facets; in xmlSchemaCheckCOSSTRestricts()
17945 if (type->facets != NULL) { in xmlSchemaTypeFixupOptimFacets()
17948 for (fac = type->facets; fac != NULL; fac = fac->next) { in xmlSchemaTypeFixupOptimFacets()
18372 content->facets = type->facets; in xmlSchemaFixupComplexType()
18373 type->facets = NULL; in xmlSchemaFixupComplexType()
18971 if (typeDecl->facets != NULL) { in xmlSchemaCheckFacetValues()
18972 xmlSchemaFacetPtr facet = typeDecl->facets; in xmlSchemaCheckFacetValues()
24525 for (facet = tmpType->facets; facet != NULL; facet = facet->next) { in xmlSchemaValidateFacets()