Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemas.c11792 xmlSchemaFacetLinkPtr facetLink, lastFacetLink = NULL; in xmlSchemaParseRestriction() local
11805 if (lastFacetLink == NULL) in xmlSchemaParseRestriction()
11808 lastFacetLink->next = facetLink; in xmlSchemaParseRestriction()
11809 lastFacetLink = facetLink; in xmlSchemaParseRestriction()