Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h148 typedef struct _xmlSchemaAnnot xmlSchemaAnnot; typedef
149 typedef xmlSchemaAnnot *xmlSchemaAnnotPtr;
/external/libxml2/
Dxmlschemas.c3283 ret = (xmlSchemaAnnotPtr) xmlMalloc(sizeof(xmlSchemaAnnot)); in xmlSchemaNewAnnot()
3288 memset(ret, 0, sizeof(xmlSchemaAnnot)); in xmlSchemaNewAnnot()