Searched refs:xmlSchemaAttribute (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
H A DschemasInternals.h242 * xmlSchemaAttribute:
246 typedef struct _xmlSchemaAttribute xmlSchemaAttribute; typedef in typeref:struct:_xmlSchemaAttribute
247 typedef xmlSchemaAttribute *xmlSchemaAttributePtr;
356 * xmlSchemaAttribute and xmlSchemaAttributeGroup start of structures
/external/libxml2/
H A Dxmlschemas.c5152 ret = (xmlSchemaAttributePtr) xmlMalloc(sizeof(xmlSchemaAttribute));
5157 memset(ret, 0, sizeof(xmlSchemaAttribute));

Completed in 62 milliseconds