Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h397 typedef xmlSchemaFacetLink *xmlSchemaFacetLinkPtr; typedef
628 xmlSchemaFacetLinkPtr facetSet; /* All facets (incl. inherited) */
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle511 d xmlSchemaFacetLinkPtr...
515 d ds based(xmlSchemaFacetLinkPtr)
517 d next like(xmlSchemaFacetLinkPtr) Next facet link
777 d facetSet like(xmlSchemaFacetLinkPtr) All facets
/external/libxml2/
Dxmlschemas.c4012 xmlSchemaFacetLinkPtr next, link; in xmlSchemaFreeType()
11741 xmlSchemaFacetLinkPtr facetLink, lastFacetLink = NULL; in xmlSchemaParseRestriction()
11745 facetLink = (xmlSchemaFacetLinkPtr) in xmlSchemaParseRestriction()
17263 xmlSchemaFacetLinkPtr link, cur, last = NULL; in xmlSchemaDeriveAndValidateFacets()
17772 link = (xmlSchemaFacetLinkPtr) in xmlSchemaDeriveAndValidateFacets()
17916 xmlSchemaFacetLinkPtr lin; in xmlSchemaTypeFixupWhitespace()
24206 xmlSchemaFacetLinkPtr facetLink; in xmlSchemaValidateFacets()