Home | History | Annotate | Download | only in libxml2

Lines Matching defs:fac

17068 #define FACET_RESTR_FIXED_ERR(fac) \
17071 WXS_BASIC_CAST fac, fac->node, \
17722 xmlSchemaFacetPtr fac;
17724 for (fac = type->facets; fac != NULL; fac = fac->next) {
17725 switch (fac->type) {