Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h763 typedef struct _xmlSchemaElement xmlSchemaElement; typedef
764 typedef xmlSchemaElement *xmlSchemaElementPtr;
/external/libxml2/
Dxmlschemas.c5315 ret = (xmlSchemaElementPtr) xmlMalloc(sizeof(xmlSchemaElement)); in xmlSchemaAddElement()
5320 memset(ret, 0, sizeof(xmlSchemaElement)); in xmlSchemaAddElement()