Home | History | Annotate | Download | only in libxml2

Lines Matching defs:lin

17847 	xmlSchemaFacetLinkPtr lin;
17849 for (lin = type->facetSet; lin != NULL; lin = lin->next) {
17850 if (lin->facet->type == XML_SCHEMA_FACET_WHITESPACE) {
17851 switch (lin->facet->whitespace) {