Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c11715 xmlSchemaFacetLinkPtr facetLink, lastFacetLink = NULL; in xmlSchemaParseRestriction() local
11728 if (lastFacetLink == NULL) in xmlSchemaParseRestriction()
11731 lastFacetLink->next = facetLink; in xmlSchemaParseRestriction()
11732 lastFacetLink = facetLink; in xmlSchemaParseRestriction()