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

/external/chromium_org/third_party/libxml/src/
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));
/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 98 milliseconds