Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A Drelaxng.h54 typedef struct _xmlRelaxNGParserCtxt xmlRelaxNGParserCtxt; typedef
55 typedef xmlRelaxNGParserCtxt *xmlRelaxNGParserCtxtPtr;
/reactos/sdk/lib/3rdparty/libxml2/
H A Drelaxng.c6777 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewParserCtxt()
6782 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewParserCtxt()
6808 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewMemParserCtxt()
6813 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewMemParserCtxt()
6844 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewDocParserCtxt()
6850 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewDocParserCtxt()