Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
Dschematron.h63 typedef struct _xmlSchematronParserCtxt xmlSchematronParserCtxt; typedef
64 typedef xmlSchematronParserCtxt *xmlSchematronParserCtxtPtr;
/third_party/gettext/gnulib-local/lib/libxml/
Dschematron.in.h91 typedef struct _xmlSchematronParserCtxt xmlSchematronParserCtxt; typedef
92 typedef xmlSchematronParserCtxt *xmlSchematronParserCtxtPtr;
Dschematron.c628 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/
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()