Searched refs:facetLink (Results 1 – 1 of 1) sorted by relevance
11668 xmlSchemaFacetLinkPtr facetLink, lastFacetLink = NULL; in xmlSchemaParseRestriction() local11672 facetLink = (xmlSchemaFacetLinkPtr) in xmlSchemaParseRestriction()11674 if (facetLink == NULL) { in xmlSchemaParseRestriction()11676 xmlFree(facetLink); in xmlSchemaParseRestriction()11679 facetLink->facet = facet; in xmlSchemaParseRestriction()11680 facetLink->next = NULL; in xmlSchemaParseRestriction()11682 type->facetSet = facetLink; in xmlSchemaParseRestriction()11684 lastFacetLink->next = facetLink; in xmlSchemaParseRestriction()11685 lastFacetLink = facetLink; in xmlSchemaParseRestriction()24062 xmlSchemaFacetLinkPtr facetLink; in xmlSchemaValidateFacets() local[all …]