Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dschematron.h63 typedef struct _xmlSchematronParserCtxt xmlSchematronParserCtxt; typedef
64 typedef xmlSchematronParserCtxt *xmlSchematronParserCtxtPtr;
/external/libxml2/
Dschematron.c599 xmlMalloc(sizeof(xmlSchematronParserCtxt)); in xmlSchematronNewParserCtxt()
605 memset(ret, 0, sizeof(xmlSchematronParserCtxt)); in xmlSchematronNewParserCtxt()
641 xmlMalloc(sizeof(xmlSchematronParserCtxt)); in xmlSchematronNewMemParserCtxt()
647 memset(ret, 0, sizeof(xmlSchematronParserCtxt)); in xmlSchematronNewMemParserCtxt()
680 xmlMalloc(sizeof(xmlSchematronParserCtxt)); in xmlSchematronNewDocParserCtxt()
686 memset(ret, 0, sizeof(xmlSchematronParserCtxt)); in xmlSchematronNewDocParserCtxt()