Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c522 typedef struct _xmlSchemaAttributeUse xmlSchemaAttributeUse; typedef
523 typedef xmlSchemaAttributeUse *xmlSchemaAttributeUsePtr;
5286 ret = (xmlSchemaAttributeUsePtr) xmlMalloc(sizeof(xmlSchemaAttributeUse)); in xmlSchemaAddAttributeUse()
5291 memset(ret, 0, sizeof(xmlSchemaAttributeUse)); in xmlSchemaAddAttributeUse()