Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlschemas.c17366 xmlSchemaFacetPtr facet, bfacet, in xmlSchemaDeriveAndValidateFacets() local
17828 bfacet = cur->facet; in xmlSchemaDeriveAndValidateFacets()
17833 if ((bfacet->type == XML_SCHEMA_FACET_PATTERN) || in xmlSchemaDeriveAndValidateFacets()
17834 (bfacet->type == XML_SCHEMA_FACET_ENUMERATION)) in xmlSchemaDeriveAndValidateFacets()
17844 if (facet->type == bfacet->type) { in xmlSchemaDeriveAndValidateFacets()
17850 if (facet->whitespace < bfacet->whitespace) { in xmlSchemaDeriveAndValidateFacets()
17856 if ((bfacet->fixed) && in xmlSchemaDeriveAndValidateFacets()
17857 (facet->whitespace != bfacet->whitespace)) { in xmlSchemaDeriveAndValidateFacets()