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
5691 xmlSchemaSubstGroupFree(xmlSchemaSubstGroupPtr group) in xmlSchemaSubstGroupFree()
5700 static xmlSchemaSubstGroupPtr
5704 xmlSchemaSubstGroupPtr ret; in xmlSchemaSubstGroupAdd()
5713 ret = (xmlSchemaSubstGroupPtr) xmlMalloc(sizeof(xmlSchemaSubstGroup)); in xmlSchemaSubstGroupAdd()
5738 static xmlSchemaSubstGroupPtr
5764 xmlSchemaSubstGroupPtr substGroup = NULL; in xmlSchemaAddElementSubstitutionMember()
12573 xmlSchemaSubstGroupPtr substGroup; in xmlSchemaBuildContentModelForSubstGroup()