Searched refs:xmlRelaxNGParserCtxt (Results 1 – 2 of 2) sorted by relevance
50 typedef struct _xmlRelaxNGParserCtxt xmlRelaxNGParserCtxt; typedef51 typedef xmlRelaxNGParserCtxt *xmlRelaxNGParserCtxtPtr;
6731 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewParserCtxt()6736 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewParserCtxt()6762 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewMemParserCtxt()6767 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewMemParserCtxt()6798 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewDocParserCtxt()6803 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewDocParserCtxt()