Searched refs:xmlSchemaAnnot (Results 1 – 4 of 4) sorted by relevance
148 typedef struct _xmlSchemaAnnot xmlSchemaAnnot; typedef149 typedef xmlSchemaAnnot *xmlSchemaAnnotPtr;
242 d xmlSchemaAnnot ds based(xmlSchemaAnnotPtr)
171 <ANCHOR id="xmlSchemaAnnot" href="libxml/libxml-schemasInternals.html#xmlSchemaAnnot">
3326 ret = (xmlSchemaAnnotPtr) xmlMalloc(sizeof(xmlSchemaAnnot)); in xmlSchemaNewAnnot()3331 memset(ret, 0, sizeof(xmlSchemaAnnot)); in xmlSchemaNewAnnot()