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

/external/libxml2/
H A Dschematron.c99 typedef struct _xmlSchematronRule xmlSchematronRule; typedef in typeref:struct:_xmlSchematronRule
100 typedef xmlSchematronRule *xmlSchematronRulePtr;
412 ret = (xmlSchematronRulePtr) xmlMalloc(sizeof(xmlSchematronRule));
417 memset(ret, 0, sizeof(xmlSchematronRule));

Completed in 11 milliseconds