Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1039 typedef xmlSchemaSubstGroup *xmlSchemaSubstGroupPtr; typedef
5657 xmlSchemaSubstGroupFree(xmlSchemaSubstGroupPtr group) in xmlSchemaSubstGroupFree()
5666 static xmlSchemaSubstGroupPtr
5670 xmlSchemaSubstGroupPtr ret; in xmlSchemaSubstGroupAdd()
5679 ret = (xmlSchemaSubstGroupPtr) xmlMalloc(sizeof(xmlSchemaSubstGroup)); in xmlSchemaSubstGroupAdd()
5704 static xmlSchemaSubstGroupPtr
5730 xmlSchemaSubstGroupPtr substGroup = NULL; in xmlSchemaAddElementSubstitutionMember()
12521 xmlSchemaSubstGroupPtr substGroup; in xmlSchemaBuildContentModelForSubstGroup()