Searched refs:xmlSchemaSAXPlugStruct (Results 1 – 2 of 2) sorted by relevance
225 typedef struct _xmlSchemaSAXPlug xmlSchemaSAXPlugStruct; typedef226 typedef xmlSchemaSAXPlugStruct *xmlSchemaSAXPlugPtr;
28834 ret = (xmlSchemaSAXPlugPtr) xmlMalloc(sizeof(xmlSchemaSAXPlugStruct)); in xmlSchemaSAXPlug()28838 memset(ret, 0, sizeof(xmlSchemaSAXPlugStruct)); in xmlSchemaSAXPlug()