Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c11627 xmlSchemaFacetPtr facet, lastfacet = NULL; in xmlSchemaParseRestriction() local
11655 if (lastfacet == NULL) in xmlSchemaParseRestriction()
11658 lastfacet->next = facet; in xmlSchemaParseRestriction()
11659 lastfacet = facet; in xmlSchemaParseRestriction()
11660 lastfacet->next = NULL; in xmlSchemaParseRestriction()