Home | History | Annotate | Download | only in libxml2

Lines Matching full:lastfacet

11661 	xmlSchemaFacetPtr facet, lastfacet = NULL;
11689 if (lastfacet == NULL)
11692 lastfacet->next = facet;
11693 lastfacet = facet;
11694 lastfacet->next = NULL;