Searched refs:facetLink (Results 1 – 1 of 1) sorted by relevance
11741 xmlSchemaFacetLinkPtr facetLink, lastFacetLink = NULL; in xmlSchemaParseRestriction() local11745 facetLink = (xmlSchemaFacetLinkPtr) in xmlSchemaParseRestriction()11747 if (facetLink == NULL) { in xmlSchemaParseRestriction()11749 xmlFree(facetLink); in xmlSchemaParseRestriction()11752 facetLink->facet = facet; in xmlSchemaParseRestriction()11753 facetLink->next = NULL; in xmlSchemaParseRestriction()11755 type->facetSet = facetLink; in xmlSchemaParseRestriction()11757 lastFacetLink->next = facetLink; in xmlSchemaParseRestriction()11758 lastFacetLink = facetLink; in xmlSchemaParseRestriction()24206 xmlSchemaFacetLinkPtr facetLink; in xmlSchemaValidateFacets() local[all …]