Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c11700 xmlSchemaFacetPtr facet, lastfacet = NULL; in xmlSchemaParseRestriction() local
11728 if (lastfacet == NULL) in xmlSchemaParseRestriction()
11731 lastfacet->next = facet; in xmlSchemaParseRestriction()
11732 lastfacet = facet; in xmlSchemaParseRestriction()
11733 lastfacet->next = NULL; in xmlSchemaParseRestriction()