Home
last modified time | relevance | path

Searched refs:facetLink (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c11702 xmlSchemaFacetLinkPtr facetLink, lastFacetLink = NULL; in xmlSchemaParseRestriction() local
11706 facetLink = (xmlSchemaFacetLinkPtr) in xmlSchemaParseRestriction()
11708 if (facetLink == NULL) { in xmlSchemaParseRestriction()
11710 xmlFree(facetLink); in xmlSchemaParseRestriction()
11713 facetLink->facet = facet; in xmlSchemaParseRestriction()
11714 facetLink->next = NULL; in xmlSchemaParseRestriction()
11716 type->facetSet = facetLink; in xmlSchemaParseRestriction()
11718 lastFacetLink->next = facetLink; in xmlSchemaParseRestriction()
11719 lastFacetLink = facetLink; in xmlSchemaParseRestriction()
24164 xmlSchemaFacetLinkPtr facetLink; in xmlSchemaValidateFacets() local
[all …]