Searched refs:xmlSchematronParserCtxt (Results 1 – 4 of 4) sorted by relevance
/third_party/libxml2/include/libxml/ |
D | schematron.h | 63 typedef struct _xmlSchematronParserCtxt xmlSchematronParserCtxt; typedef 64 typedef xmlSchematronParserCtxt *xmlSchematronParserCtxtPtr;
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | schematron.in.h | 91 typedef struct _xmlSchematronParserCtxt xmlSchematronParserCtxt; typedef 92 typedef xmlSchematronParserCtxt *xmlSchematronParserCtxtPtr;
|
D | schematron.c | 628 xmlMalloc(sizeof(xmlSchematronParserCtxt)); in xmlSchematronNewParserCtxt() 634 memset(ret, 0, sizeof(xmlSchematronParserCtxt)); in xmlSchematronNewParserCtxt() 670 xmlMalloc(sizeof(xmlSchematronParserCtxt)); in xmlSchematronNewMemParserCtxt() 676 memset(ret, 0, sizeof(xmlSchematronParserCtxt)); in xmlSchematronNewMemParserCtxt() 709 xmlMalloc(sizeof(xmlSchematronParserCtxt)); in xmlSchematronNewDocParserCtxt() 715 memset(ret, 0, sizeof(xmlSchematronParserCtxt)); in xmlSchematronNewDocParserCtxt()
|
/third_party/libxml2/ |
D | schematron.c | 599 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()
|