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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DschemasInternals.h839 typedef struct _xmlSchemaNotation xmlSchemaNotation; typedef in typeref:struct:_xmlSchemaNotation
840 typedef xmlSchemaNotation *xmlSchemaNotationPtr;
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c5115 ret = (xmlSchemaNotationPtr) xmlMalloc(sizeof(xmlSchemaNotation));
5120 memset(ret, 0, sizeof(xmlSchemaNotation));

Completed in 497 milliseconds