Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1044 typedef xmlSchemaSubstGroup *xmlSchemaSubstGroupPtr; typedef
5678 xmlSchemaSubstGroupFree(xmlSchemaSubstGroupPtr group) in xmlSchemaSubstGroupFree()
5687 static xmlSchemaSubstGroupPtr
5691 xmlSchemaSubstGroupPtr ret; in xmlSchemaSubstGroupAdd()
5700 ret = (xmlSchemaSubstGroupPtr) xmlMalloc(sizeof(xmlSchemaSubstGroup)); in xmlSchemaSubstGroupAdd()
5725 static xmlSchemaSubstGroupPtr
5751 xmlSchemaSubstGroupPtr substGroup = NULL; in xmlSchemaAddElementSubstitutionMember()
12560 xmlSchemaSubstGroupPtr substGroup; in xmlSchemaBuildContentModelForSubstGroup()