Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c11741 xmlSchemaFacetLinkPtr facetLink, lastFacetLink = NULL; in xmlSchemaParseRestriction() local
11754 if (lastFacetLink == NULL) in xmlSchemaParseRestriction()
11757 lastFacetLink->next = facetLink; in xmlSchemaParseRestriction()
11758 lastFacetLink = facetLink; in xmlSchemaParseRestriction()