Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h246 typedef struct _xmlSchemaAttribute xmlSchemaAttribute; typedef
247 typedef xmlSchemaAttribute *xmlSchemaAttributePtr;
/external/libxml2/
Dxmlschemas.c5152 ret = (xmlSchemaAttributePtr) xmlMalloc(sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()
5157 memset(ret, 0, sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()