Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c11661 xmlSchemaFacetPtr facet, lastfacet = NULL; in xmlSchemaParseRestriction() local
11689 if (lastfacet == NULL) in xmlSchemaParseRestriction()
11692 lastfacet->next = facet; in xmlSchemaParseRestriction()
11693 lastfacet = facet; in xmlSchemaParseRestriction()
11694 lastfacet->next = NULL; in xmlSchemaParseRestriction()