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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DschemasInternals.h638 * xmlSchemaElement:
641 * xmlSchemaType, xmlSchemaFacet and xmlSchemaElement start of
763 typedef struct _xmlSchemaElement xmlSchemaElement; typedef in typeref:struct:_xmlSchemaElement
764 typedef xmlSchemaElement *xmlSchemaElementPtr;
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c5315 ret = (xmlSchemaElementPtr) xmlMalloc(sizeof(xmlSchemaElement));
5320 memset(ret, 0, sizeof(xmlSchemaElement));

Completed in 1588 milliseconds