Home
last modified time | relevance | path

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

/external/libxml2/
Dschematron.c99 typedef struct _xmlSchematronRule xmlSchematronRule; typedef
100 typedef xmlSchematronRule *xmlSchematronRulePtr;
412 ret = (xmlSchematronRulePtr) xmlMalloc(sizeof(xmlSchematronRule)); in xmlSchematronAddRule()
417 memset(ret, 0, sizeof(xmlSchematronRule)); in xmlSchematronAddRule()
/external/chromium_org/third_party/libxml/src/
Dschematron.c99 typedef struct _xmlSchematronRule xmlSchematronRule; typedef
100 typedef xmlSchematronRule *xmlSchematronRulePtr;
412 ret = (xmlSchematronRulePtr) xmlMalloc(sizeof(xmlSchematronRule)); in xmlSchematronAddRule()
417 memset(ret, 0, sizeof(xmlSchematronRule)); in xmlSchematronAddRule()